Skip to content

Commit 188283b

Browse files
Update actions/download-artifact action to v5 (#8021)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 953fdc9 commit 188283b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/merge_queue.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
ref: ${{github.event.pull_request.head.ref}}
280280
repository: ${{github.event.pull_request.head.repo.full_name}}
281281

282-
- uses: actions/download-artifact@v4
282+
- uses: actions/download-artifact@v5
283283
with:
284284
path: ./
285285
pattern: firmware-${{matrix.arch}}-*
@@ -308,7 +308,7 @@ jobs:
308308
./Meshtastic_nRF52_factory_erase*.uf2
309309
retention-days: 30
310310

311-
- uses: actions/download-artifact@v4
311+
- uses: actions/download-artifact@v5
312312
with:
313313
name: firmware-${{matrix.arch}}-${{ needs.version.outputs.long }}
314314
merge-multiple: true
@@ -372,14 +372,14 @@ jobs:
372372
Autogenerated by github action, developer should edit as required before publishing...
373373
374374
- name: Download source deb
375-
uses: actions/download-artifact@v4
375+
uses: actions/download-artifact@v5
376376
with:
377377
pattern: firmware-debian-${{ needs.version.outputs.deb }}~UNRELEASED-src
378378
merge-multiple: true
379379
path: ./output/debian-src
380380

381381
- name: Download `native-tft` pio deps
382-
uses: actions/download-artifact@v4
382+
uses: actions/download-artifact@v5
383383
with:
384384
pattern: platformio-deps-native-tft-${{ needs.version.outputs.long }}
385385
merge-multiple: true
@@ -429,7 +429,7 @@ jobs:
429429
with:
430430
python-version: 3.x
431431

432-
- uses: actions/download-artifact@v4
432+
- uses: actions/download-artifact@v5
433433
with:
434434
pattern: firmware-${{matrix.arch}}-${{ needs.version.outputs.long }}
435435
merge-multiple: true
@@ -446,7 +446,7 @@ jobs:
446446
- name: Zip firmware
447447
run: zip -j -9 -r ./firmware-${{matrix.arch}}-${{ needs.version.outputs.long }}.zip ./output
448448

449-
- uses: actions/download-artifact@v4
449+
- uses: actions/download-artifact@v5
450450
with:
451451
name: debug-elfs-${{matrix.arch}}-${{ needs.version.outputs.long }}.zip
452452
merge-multiple: true
@@ -484,7 +484,7 @@ jobs:
484484
with:
485485
python-version: 3.x
486486

487-
- uses: actions/download-artifact@v4
487+
- uses: actions/download-artifact@v5
488488
with:
489489
pattern: firmware-{${{ env.targets }}}-${{ needs.version.outputs.long }}
490490
merge-multiple: true

0 commit comments

Comments
 (0)