File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- name : Download artifact
29
- uses : actions/download-artifact@v4
29
+ uses : actions/download-artifact@v5
30
30
with :
31
31
pattern : firmware-*
32
32
merge-multiple : true
Original file line number Diff line number Diff line change 41
41
west update -o=--depth=1 -n
42
42
43
43
- name : Download artifacts
44
- uses : actions/download-artifact@v4
44
+ uses : actions/download-artifact@v5
45
45
with :
46
46
pattern : firmware-*
47
47
merge-multiple : true
Original file line number Diff line number Diff line change 58
58
path : thingy91x-oob
59
59
60
60
- name : Download artifacts
61
- uses : actions/download-artifact@v4
61
+ uses : actions/download-artifact@v5
62
62
with :
63
63
pattern : firmware-*
64
64
merge-multiple : true
You can’t perform that action at this time.
0 commit comments