Skip to content

Commit fe4e1d5

Browse files
authored
ci: remove dependency on node16 for self-hosted runner (#377)
1 parent 10b801c commit fe4e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: probe-rs --version
111111
- name: List probes
112112
run: probe-rs list
113-
- uses: actions/download-artifact@v3
113+
- uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
114114
with:
115115
name: test-bins
116116
path: bins

0 commit comments

Comments
 (0)