Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: update actions/{up,down}load-artifact #501

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading