Skip to content

Commit

Permalink
chore: update upload-artifact action to version 4 in Playwright workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Jan 31, 2025
1 parent 765b9de commit 2ad00ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: mansagroup/nrwl-nx-action@v3
with:
targets: e2e-playwright
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 2ad00ad

Please sign in to comment.