Skip to content

Commit

Permalink
Update upload-artifact action to version 4 in Playwright workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWags committed Feb 3, 2025
1 parent 17150e2 commit c18b60a
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 @@ -58,7 +58,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report

0 comments on commit c18b60a

Please sign in to comment.