diff --git a/.github/workflows/on-target.yml b/.github/workflows/on-target.yml index 42762699..cc0c2ee9 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