Skip to content

Commit

Permalink
ci: Update actions/upload-artifact to v4 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Jul 31, 2024
1 parent 6f209cc commit 808f52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: pack
run: yarn build:npm
- name: archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
path: |
Expand Down

0 comments on commit 808f52a

Please sign in to comment.