From 24a4bd07ddffa6bd41aa880ecc2a15eb5b804d55 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Thu, 14 Dec 2023 10:43:03 -0800 Subject: [PATCH] CI: update actions/{up,down}load-artifact --- .github/workflows/on-target.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-target.yml b/.github/workflows/on-target.yml index 8371da16..7d4d596a 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