Skip to content

Commit 743c96b

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65c0d6d commit 743c96b

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)