Skip to content

Commit 02d0371

Browse files
committed
ci(build-native): migrate upload/download to v4 syntax
1 parent 2da5480 commit 02d0371

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-native.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Upload native libraries
9696
uses: actions/upload-artifact@v4
9797
with:
98-
name: native-libs
98+
name: native-libs-${{ matrix.target }}
9999
path: src/main/resources/org/sqlite/native/
100100

101101
push:
@@ -111,7 +111,8 @@ jobs:
111111
- name: Download native libraries
112112
uses: actions/download-artifact@v4
113113
with:
114-
name: native-libs
114+
pattern: native-libs-*
115+
merge-multiple: true
115116
path: src/main/resources/org/sqlite/native/
116117

117118
- run: git status

0 commit comments

Comments
 (0)