Skip to content

Commit

Permalink
ci(build-native): migrate upload/download to v4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jan 17, 2024
1 parent 2da5480 commit 02d0371
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Upload native libraries
uses: actions/upload-artifact@v4
with:
name: native-libs
name: native-libs-${{ matrix.target }}
path: src/main/resources/org/sqlite/native/

push:
Expand All @@ -111,7 +111,8 @@ jobs:
- name: Download native libraries
uses: actions/download-artifact@v4
with:
name: native-libs
pattern: native-libs-*
merge-multiple: true
path: src/main/resources/org/sqlite/native/

- run: git status
Expand Down

0 comments on commit 02d0371

Please sign in to comment.