Skip to content

Commit

Permalink
chore: Update artifacts action to v4 (#105)
Browse files Browse the repository at this point in the history
artifacts actions v3 are deprecated
  • Loading branch information
diogomatsubara authored Jun 4, 2024
1 parent 24409d8 commit 1918690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
esac
- name: "Upload packages"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.job.target }}
path: |
Expand All @@ -143,7 +143,7 @@ jobs:
run: mkdir ${{env.JNI_LIB_PATHS}}

- name: Download result of previous builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{env.JNI_LIB_PATHS}}

Expand Down

0 comments on commit 1918690

Please sign in to comment.