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