File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8080 java-version : ${{ env.JAVA_VERSION }}
8181
8282 - name : Download all native libraries
83- uses : actions/download-artifact@v4
83+ uses : actions/download-artifact@v6
8484 with :
8585 path : native-libs
8686
@@ -128,7 +128,7 @@ jobs:
128128 java-version : ${{ env.JAVA_VERSION }}
129129
130130 - name : Download JAR
131- uses : actions/download-artifact@v4
131+ uses : actions/download-artifact@v6
132132 with :
133133 name : java-jar
134134
@@ -177,7 +177,7 @@ jobs:
177177 java-version : ${{ env.JAVA_VERSION }}
178178
179179 - name : Download JAR artifact
180- uses : actions/download-artifact@v4
180+ uses : actions/download-artifact@v6
181181 with :
182182 name : java-jar
183183 path : bindings/java/build/libs
@@ -199,7 +199,7 @@ jobs:
199199 if : startsWith(github.ref, 'refs/tags/java-v')
200200 steps :
201201 - name : Download JAR
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v6
203203 with :
204204 name : java-jar
205205 path : dist
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 working-directory : bindings/javascript
258258
259259 - name : Download all artifacts
260- uses : actions/download-artifact@v4
260+ uses : actions/download-artifact@v6
261261 with :
262262 path : artifacts
263263
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ jobs:
335335 - pyodide
336336 if : " startsWith(github.ref, 'refs/tags/')"
337337 steps :
338- - uses : actions/download-artifact@v4
338+ - uses : actions/download-artifact@v6
339339 with :
340340 path : all
341341 - name : Merge files
You can’t perform that action at this time.
0 commit comments