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