We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c06d26 + f885d27 commit fc2c6ccCopy full SHA for fc2c6cc
.github/workflows/on-target.yml
@@ -72,7 +72,9 @@ jobs:
72
run: probe-run --version
73
- name: List probes
74
run: probe-run --list-probes
75
- - uses: actions/download-artifact@v3
+ # 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
78
with:
79
name: testsuite-bin
80
path: testsuite-bin
0 commit comments