Skip to content

Commit

Permalink
chore: upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Nov 14, 2024
1 parent cb45e43 commit 15964fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15964fb

Please sign in to comment.