diff options
author | 2023-11-24 19:25:43 +0000 | |
---|---|---|
committer | 2023-11-24 19:25:43 +0000 | |
commit | fc2c6cc5c8c3471d1ab22c11051b5664138d1bd8 (patch) | |
tree | 6480fc75df95f7f5bf7762279122c793d7a2ce13 | |
parent | 7c06d26d9d992cd4ab5bbd059f0fe7421ea7bf5a (diff) | |
parent | f885d2739a69ebf24931b9c8c9ad28df1704454d (diff) | |
download | cortex-m-fc2c6cc5c8c3471d1ab22c11051b5664138d1bd8.tar.gz cortex-m-fc2c6cc5c8c3471d1ab22c11051b5664138d1bd8.tar.zst cortex-m-fc2c6cc5c8c3471d1ab22c11051b5664138d1bd8.zip |
Merge pull request #497 from newAM/self-hosted-rm-node-16
CI: remove node16 dependency for self-hosted runner
-rw-r--r-- | .github/workflows/on-target.yml | 4 |
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 |