Skip to content

Commit

Permalink
fix: update download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 27, 2025
1 parent 3a8f3e3 commit 9c2cc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-jvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ jobs:
bash ./scripts/build-linux-x86_64.sh
- name: "Download macOS native binaries from previous job"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-macos
path: ./bdk-jvm/lib/src/main/resources/

- name: "Download Windows native libraries from previous job"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-windows
path: ./bdk-jvm/lib/src/main/resources/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/checkout@v4

- name: "Download artifacts in dist/ directory"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: dist/

Expand Down

0 comments on commit 9c2cc6c

Please sign in to comment.