From f2a59368a07fc5bb569c95f9f3f79c1fbfab94a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:34:49 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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 0ada4e8a..56585dfb 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -26,7 +26,7 @@ jobs: run: pnpm exec playwright install --with-deps chromium - name: Run Playwright tests run: pnpm exec playwright test - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report