Skip to content

Commit 9af3ed0

Browse files
authored
CI: update actions/{up,down}load-artifact (#379)
1 parent 708067b commit 9af3ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run: |
8282
cargo test -p testsuite --target thumbv7em-none-eabi --bins --locked --no-run
8383
- name: Upload test binaries
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: test-bins
8787
if-no-files-found: error
@@ -110,7 +110,7 @@ jobs:
110110
run: probe-rs --version
111111
- name: List probes
112112
run: probe-rs list
113-
- uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
113+
- uses: actions/download-artifact@v4
114114
with:
115115
name: test-bins
116116
path: bins

0 commit comments

Comments
 (0)