Skip to content

Commit

Permalink
Bump upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 12, 2024
1 parent a5130d1 commit 7928ef0
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 @@ -84,7 +84,7 @@ jobs:
run: yarn workspace @loki/example-react test-ci
- name: Archive screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: react-example-screenshots
path: examples/react/.loki

0 comments on commit 7928ef0

Please sign in to comment.