Skip to content

Commit

Permalink
chore(ci): Update actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent 5a7b19d commit f0a3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ jobs:
run: corepack enable && yarn install

- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: "bindings-${{ inputs.package }}-*"
path: ./packages/${{ inputs.package }}/artifacts
Expand Down

0 comments on commit f0a3705

Please sign in to comment.