Skip to content

Commit fc2c6cc

Browse files
authored
Merge pull request #497 from newAM/self-hosted-rm-node-16
CI: remove node16 dependency for self-hosted runner
2 parents 7c06d26 + f885d27 commit fc2c6cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on-target.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
run: probe-run --version
7373
- name: List probes
7474
run: probe-run --list-probes
75-
- uses: actions/download-artifact@v3
75+
# TODO: replace with actions/download-artifact when they update to node20
76+
# https://github.com/actions/download-artifact/issues/230
77+
- uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
7678
with:
7779
name: testsuite-bin
7880
path: testsuite-bin

0 commit comments

Comments
 (0)