Skip to content

Commit

Permalink
revert actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Mar 21, 2024
1 parent 480bb61 commit e7c5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run: qmk compile -j 4 -kb keyball/${{ matrix.keyboard }} -km ${{ matrix.keymap }}

- name: Archive firmwares
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.keyboard }}-firmwares
path: __qmk__/*.hex
Expand Down

0 comments on commit e7c5fae

Please sign in to comment.