Skip to content

Commit 9612a94

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#48)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65c0d6d commit 9612a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qmk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
qmk info -m -l -kb hineybush/h60 -km haunt98
6565
qmk info -m -l -kb sofle/rev1 -km haunt98
6666
- name: Archive firmware
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: haunt98_firmware_${{ matrix.qmk_ref }}
7070
path: |
7171
*.hex
7272
*.bin
7373
*.uf2
7474
- name: Archive keymaps JSON
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: haunt98_keymaps_${{ matrix.qmk_ref }}
7878
path: |

0 commit comments

Comments
 (0)