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 d1f9cdf
Showing 1 changed file with 2 additions and 2 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

0 comments on commit d1f9cdf

Please sign in to comment.