Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact and actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Nov 18, 2024
1 parent bac65f5 commit a5c3787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: npm pack
run: npm pack

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package
path: "eng-automation-js-style-*.tgz"
Expand Down

0 comments on commit a5c3787

Please sign in to comment.