Skip to content

Commit

Permalink
Update the action actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Feb 1, 2024
1 parent f3a4082 commit 3615431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npx playwright test

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 3615431

Please sign in to comment.