From d09589ba8ecfa96d6d43b0b6f835ca43f8052be6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 07:59:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 38d5677..0556447 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,7 +27,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test --project=chromium - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report