Skip to content

Commit b31ad1e

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 23dbc7f commit b31ad1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/attach_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Download artifact
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@v5
3030
with:
3131
pattern: firmware-*
3232
merge-multiple: true

.github/workflows/dfu_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
west update -o=--depth=1 -n
4242
4343
- name: Download artifacts
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v5
4545
with:
4646
pattern: firmware-*
4747
merge-multiple: true

.github/workflows/on_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: thingy91x-oob
5959

6060
- name: Download artifacts
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
with:
6363
pattern: firmware-*
6464
merge-multiple: true

0 commit comments

Comments
 (0)