Skip to content

Commit

Permalink
ci: bump upload-artifact action from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvds committed Oct 9, 2024
1 parent ac63dca commit 7a98cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
-v ${PWD}/qmk/build/:/qmk_firmware/.build/ \
jonz94/qmk_firmware qmk compile -kb crkbd/r2g -km mb_via
- name: Archive firmware
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: firmware
path: qmk/build/*.hex

0 comments on commit 7a98cea

Please sign in to comment.