Skip to content

Commit ff2bb75

Browse files
authored
Merge pull request #501 from newAM/update-actions-upload-download
CI: update actions/{up,down}load-artifact
2 parents 0b04de5 + 24a4bd0 commit ff2bb75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/on-target.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
5050
run: cargo build -p testsuite --target thumbv6m-none-eabi --features rtt,cortex-m/critical-section-single-core
5151
- name: Upload testsuite binaries
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: testsuite-bin
5555
if-no-files-found: error
@@ -66,9 +66,7 @@ jobs:
6666
run: probe-run --version
6767
- name: List probes
6868
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
7270
with:
7371
name: testsuite-bin
7472
path: testsuite-bin

0 commit comments

Comments
 (0)