aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2023-12-14 18:47:50 +0000
committerGravatar GitHub <noreply@github.com> 2023-12-14 18:47:50 +0000
commitff2bb75e754eb948ed5f49d1ee7f2970b1bc044f (patch)
treeea2a879f8dde5d7c84fb29b8c05ad1767d3995bc
parent0b04de538e462e076db7db5d922014ea8b13b68a (diff)
parent24a4bd07ddffa6bd41aa880ecc2a15eb5b804d55 (diff)
downloadcortex-m-master.tar.gz
cortex-m-master.tar.zst
cortex-m-master.zip
Merge pull request #501 from newAM/update-actions-upload-downloadHEADmaster
CI: update actions/{up,down}load-artifact
-rw-r--r--.github/workflows/on-target.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/on-target.yml b/.github/workflows/on-target.yml
index 8371da1..7d4d596 100644
--- a/.github/workflows/on-target.yml
+++ b/.github/workflows/on-target.yml
@@ -49,7 +49,7 @@ jobs:
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
run: cargo build -p testsuite --target thumbv6m-none-eabi --features rtt,cortex-m/critical-section-single-core
- name: Upload testsuite binaries
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: testsuite-bin
if-no-files-found: error
@@ -66,9 +66,7 @@ jobs:
run: probe-run --version
- name: List probes
run: probe-run --list-probes
- # TODO: replace with actions/download-artifact when they update to node20
- # https://github.com/actions/download-artifact/issues/230
- - uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
+ - uses: actions/download-artifact@v4
with:
name: testsuite-bin
path: testsuite-bin