Skip to content

Commit

Permalink
update to v4 upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Nov 20, 2024
1 parent 7ec9dac commit a0b260e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
run: make check-release

- name: Upload drop.uf2
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: drop.uf2
path: built/drop.uf2
- name: Upload bootloader-update.uf2
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: bootloader-update.uf2
path: built/bootloader-update.uf2

0 comments on commit a0b260e

Please sign in to comment.