Skip to content

Commit

Permalink
fix: update upload-artifact action to version 4 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterlucas committed Jan 23, 2025
1 parent ff7e0e2 commit ec96e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Upload failed-results as artifact
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-results
path: visual-regression/failed-results/

0 comments on commit ec96e07

Please sign in to comment.