From 027e3d8f2c90990fd06ee159c39373e991bbfb9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:57:16 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ad2b3a021..91458ae34 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -38,14 +38,14 @@ jobs: DEBUG: pw:api - name: Upload test results if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: playwright-report path: playwright-report/ retention-days: 30 - name: Upload test traces if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: playwright-traces path: test-results/