File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223 target : ["builder", "runner"]
224224 steps :
225225 - name : Download metadata
226- uses : actions/download-artifact@v4
226+ uses : actions/download-artifact@v5
227227 with :
228228 pattern : metadata-${{ matrix.target }}-${{ matrix.variant }}-*
229229 path : /tmp/metadata
Original file line number Diff line number Diff line change @@ -307,13 +307,13 @@ jobs:
307307 if : fromJson(needs.prepare.outputs.push)
308308 steps :
309309 - name : Download metadata
310- uses : actions/download-artifact@v4
310+ uses : actions/download-artifact@v5
311311 with :
312312 pattern : metadata-static-builder-musl-*
313313 path : /tmp/metadata
314314 merge-multiple : true
315315 - name : Download GNU metadata
316- uses : actions/download-artifact@v4
316+ uses : actions/download-artifact@v5
317317 with :
318318 pattern : metadata-static-builder-gnu-*
319319 path : /tmp/metadata-gnu
You can’t perform that action at this time.
0 commit comments