From ffdf918b077e76df9d32d5628b92d13b73dd1d3c Mon Sep 17 00:00:00 2001 From: J Blackman Date: Sat, 22 Jun 2024 09:16:05 +1000 Subject: [PATCH] Node 16 based github actions no longer supported (#13705) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62bdaaf77c..bfa8d3471d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,9 +71,9 @@ jobs: run: make EXTRA_FLAGS=-Werror ${{ matrix.target }}_rev - name: Publish build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: Assets + name: ${{ matrix.target }} path: obj/*.hex retention-days: 60