We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708067b commit 9af3ed0Copy full SHA for 9af3ed0
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
- run: |
82
cargo test -p testsuite --target thumbv7em-none-eabi --bins --locked --no-run
83
- name: Upload test binaries
84
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
85
with:
86
name: test-bins
87
if-no-files-found: error
@@ -110,7 +110,7 @@ jobs:
110
run: probe-rs --version
111
- name: List probes
112
run: probe-rs list
113
- - uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
+ - uses: actions/download-artifact@v4
114
115
116
path: bins
0 commit comments