File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 49
49
RUSTFLAGS : -C link-arg=-Tlink.x -D warnings
50
50
run : cargo build -p testsuite --target thumbv6m-none-eabi --features rtt,cortex-m/critical-section-single-core
51
51
- name : Upload testsuite binaries
52
- uses : actions/upload-artifact@v3
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : testsuite-bin
55
55
if-no-files-found : error
66
66
run : probe-run --version
67
67
- name : List probes
68
68
run : probe-run --list-probes
69
- # TODO: replace with actions/download-artifact when they update to node20
70
- # https://github.com/actions/download-artifact/issues/230
71
- - uses : newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
69
+ - uses : actions/download-artifact@v4
72
70
with :
73
71
name : testsuite-bin
74
72
path : testsuite-bin
You can’t perform that action at this time.
0 commit comments