Skip to content

Commit

Permalink
ci: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
The v3 action uses a deprecated version of NodeJS.

Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Feb 23, 2024
1 parent baa8dcb commit 790fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
export TARGET=${{matrix.target}}
make
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: maia-sdr-${{matrix.target}}-firmware
path: |
Expand Down

0 comments on commit 790fb89

Please sign in to comment.