From f885d2739a69ebf24931b9c8c9ad28df1704454d Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Fri, 24 Nov 2023 09:59:06 -0800 Subject: CI: remove node16 dependency for self-hosted runner --- .github/workflows/on-target.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3