Skip to content

Commit

Permalink
Merge pull request #501 from newAM/update-actions-upload-download
Browse files Browse the repository at this point in the history
CI: update actions/{up,down}load-artifact
  • Loading branch information
adamgreig authored Dec 14, 2023
2 parents 0b04de5 + 24a4bd0 commit ff2bb75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/on-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ff2bb75

Please sign in to comment.