Skip to content

Commit

Permalink
Merge pull request #33 from paritytech/as-fix-art
Browse files Browse the repository at this point in the history
ci: Upgrade actions/upload-artifact and actions/download-artifact to v4
  • Loading branch information
alvicsam authored Nov 15, 2024
2 parents 25d50ae + 00460b9 commit 760745e
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 @@ -29,7 +29,7 @@ jobs:
- name: npm pack
run: npm pack

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

0 comments on commit 760745e

Please sign in to comment.