File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246
246
echo "image_name=${image_name}" >> $GITHUB_OUTPUT
247
247
echo "outputs=${outputs}" >> $GITHUB_OUTPUT
248
248
249
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
249
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
250
250
if : ${{ matrix.app.publish_artifacts }}
251
251
with :
252
252
name : ${{ matrix.app.name }}-${{ matrix.app.channel }}-${{ matrix.app.target_os }}-${{ matrix.app.target_arch }}
@@ -339,7 +339,7 @@ jobs:
339
339
340
340
- name : Download Build output
341
341
if : ${{ !matrix.app.publish_artifacts }}
342
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
342
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
343
343
with :
344
344
pattern : " wfl-build-${{ matrix.app.name }}-${{ matrix.app.channel }}-{linux,darwin}-{amd64,arm64}"
345
345
merge-multiple : true
@@ -365,7 +365,7 @@ jobs:
365
365
366
366
- name : Download Digests
367
367
if : ${{ matrix.app.publish_artifacts }}
368
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
368
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
369
369
with :
370
370
pattern : " wfl-digest-${{ matrix.app.name }}-${{ matrix.app.channel }}-{linux,darwin}-{amd64,arm64}"
371
371
merge-multiple : true
You can’t perform that action at this time.
0 commit comments