diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 90b6b700d..d80c3ea2d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,9 +19,9 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: playwright-report + name: playwright-report-${{ github.run_number }} path: playwright-report/ retention-days: 30