We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b04de5 + 24a4bd0 commit ff2bb75Copy full SHA for ff2bb75
.github/workflows/on-target.yml
@@ -49,7 +49,7 @@ jobs:
49
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
50
run: cargo build -p testsuite --target thumbv6m-none-eabi --features rtt,cortex-m/critical-section-single-core
51
- name: Upload testsuite binaries
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
with:
54
name: testsuite-bin
55
if-no-files-found: error
@@ -66,9 +66,7 @@ jobs:
66
run: probe-run --version
67
- name: List probes
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
+ - uses: actions/download-artifact@v4
72
73
74
path: testsuite-bin
0 commit comments