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