Skip to content

Commit

Permalink
FW:: Update action use v4 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed Aug 3, 2024
1 parent 1d0e541 commit 35f14e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,16 @@ jobs:

# Runs a set of commands using the runners shell
- name: Package Firmware
uses: 'actions/upload-artifact@v2'
uses: 'actions/upload-artifact@v4'
id: artifact-upload-step
with:
name: Firmware_Binaries
path: |
/src/firmware/src/build_bins/*.bin
/src/firmware/src/build_bins/*.uf2
retention-days: 90
if-no-files-found: error

- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'

0 comments on commit 35f14e0

Please sign in to comment.