Skip to content

Commit

Permalink
new version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
frederiksen committed Oct 28, 2024
1 parent 5c91c21 commit 1b20131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: npm run release
run:
npm run release
- uses: actions/upload-artifact@v1.0.0
- uses: actions/upload-artifact@v4.0.0
with:
name: drop-${{ matrix.os }}
path: 'release-builds'
Expand Down

0 comments on commit 1b20131

Please sign in to comment.