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 d4a9bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: yarn workspace @loki/test-cli test
- name: Archive screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: cra-integration-screenshots
path: test/cli/generated/create-react-app/.loki
Expand All @@ -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 d4a9bfa

Please sign in to comment.