diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 85ac5dd5..b0576165 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,7 +24,7 @@ jobs: run: pnpm exec playwright install --with-deps chromium - name: Run Playwright tests run: pnpm exec playwright test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report