aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/on-target.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/on-target.yml b/.github/workflows/on-target.yml
index 4276269..cc0c2ee 100644
--- a/.github/workflows/on-target.yml
+++ b/.github/workflows/on-target.yml
@@ -72,7 +72,9 @@ jobs:
run: probe-run --version
- name: List probes
run: probe-run --list-probes
- - uses: actions/download-artifact@v3
+ # TODO: replace with actions/download-artifact when they update to node20
+ # https://github.com/actions/download-artifact/issues/230
+ - uses: newAM/download-artifact@4202241ccada6f83f838525a8af979a4ec900a49
with:
name: testsuite-bin
path: testsuite-bin