Skip to content

Commit

Permalink
Merge pull request #14 from FoamyGuy/update_actions_version
Browse files Browse the repository at this point in the history
update actions version
  • Loading branch information
ladyada authored Nov 7, 2024
2 parents 604718f + 56b285f commit e34eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_uf2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cmake -DBOARD=QT2040_TRINKEY .. ; make ; mv u2if.uf2 u2if_trinkey.uf2
ls -l u2if_*.uf2
- name: Add Build Artifacts to CI Run
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware_uf2s
path: firmware/source/build/u2if_*.uf2
Expand Down

0 comments on commit e34eebb

Please sign in to comment.