diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4ea0da579..a7a34fce0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -49,7 +49,7 @@ jobs: - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report