Skip to content

Commit

Permalink
upload-artifact@v4 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte authored Jan 16, 2025
1 parent 87e7b33 commit 31d8512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@ jobs:

# If not uploading the full bundle, at least upload the bin+ini so you can test off a PR
- name: Upload build bin
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fome_${{matrix.build-target}}.bin
path: ./firmware/deliver/fome.bin

- name: Upload ini
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.ini-file}}
path: ./firmware/tunerstudio/generated/${{matrix.ini-file}}
Expand Down

0 comments on commit 31d8512

Please sign in to comment.