File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v7
83+ uses : actions/download-artifact@v8
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@v7
131+ uses : actions/download-artifact@v8
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@v7
180+ uses : actions/download-artifact@v8
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@v7
202+ uses : actions/download-artifact@v8
203203 with :
204204 name : java-jar
205205 path : dist
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272272 working-directory : bindings/javascript
273273
274274 - name : Download all artifacts
275- uses : actions/download-artifact@v7
275+ uses : actions/download-artifact@v8
276276 with :
277277 path : artifacts
278278
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 run : echo "version=${GITHUB_REF#refs/tags/php-v}" >> $GITHUB_ENV
106106
107107 - name : Download all artifacts
108- uses : actions/download-artifact@v7
108+ uses : actions/download-artifact@v8
109109 with :
110110 path : artifacts
111111 merge-multiple : true
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334334 - pyodide
335335 if : " startsWith(github.ref, 'refs/tags/')"
336336 steps :
337- - uses : actions/download-artifact@v7
337+ - uses : actions/download-artifact@v8
338338 with :
339339 path : all
340340 - name : Merge files
You can’t perform that action at this time.
0 commit comments