Skip to content

Commit

Permalink
CI: update actions/{up,down}load-artifact (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 14, 2023
1 parent 708067b commit 9af3ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- run: |
cargo test -p testsuite --target thumbv7em-none-eabi --bins --locked --no-run
- name: Upload test binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-bins
if-no-files-found: error
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: probe-rs --version
- name: List probes
run: probe-rs list
- uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
- uses: actions/download-artifact@v4
with:
name: test-bins
path: bins
Expand Down

0 comments on commit 9af3ed0

Please sign in to comment.