summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-12 20:11:19 +0000
committerGitHub <noreply@github.com>2025-12-12 20:11:19 +0000
commit9e0118172f23d88887a3f1d10971adf94840b8f3 (patch)
treeb1a198cb9228dcba3e6c6a0d6f196cf5af862ebb /.github
parent4f9582da2629eabd52dcff6ea6895de81249a501 (diff)
Bump actions/upload-artifact from 5 to 6 (#25872)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_build_major_branch_keymap.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml
index 89c932553a..02ee966da2 100644
--- a/.github/workflows/ci_build_major_branch_keymap.yml
+++ b/.github/workflows/ci_build_major_branch_keymap.yml
@@ -62,7 +62,7 @@ jobs:
62 echo "targets=$(jq -c 'keys' targets.json)" >> $GITHUB_OUTPUT 62 echo "targets=$(jq -c 'keys' targets.json)" >> $GITHUB_OUTPUT
63 63
64 - name: Upload targets json 64 - name: Upload targets json
65 uses: actions/upload-artifact@v5 65 uses: actions/upload-artifact@v6
66 with: 66 with:
67 name: targets-${{ inputs.keymap }} 67 name: targets-${{ inputs.keymap }}
68 path: targets.json 68 path: targets.json
@@ -112,7 +112,7 @@ jobs:
112 qmk mass-compile -t -j $NCPUS -e DUMP_CI_METADATA=yes $(jq -r '.["${{ matrix.target }}"].targets' targets.json) || touch .failed 112 qmk mass-compile -t -j $NCPUS -e DUMP_CI_METADATA=yes $(jq -r '.["${{ matrix.target }}"].targets' targets.json) || touch .failed
113 113
114 - name: Upload binaries 114 - name: Upload binaries
115 uses: actions/upload-artifact@v5 115 uses: actions/upload-artifact@v6
116 with: 116 with:
117 name: firmware-${{ inputs.keymap }}-${{ matrix.target }} 117 name: firmware-${{ inputs.keymap }}-${{ matrix.target }}
118 if-no-files-found: ignore 118 if-no-files-found: ignore
@@ -146,7 +146,7 @@ jobs:
146 merge-multiple: true 146 merge-multiple: true
147 147
148 - name: Upload all firmwares 148 - name: Upload all firmwares
149 uses: actions/upload-artifact@v5 149 uses: actions/upload-artifact@v6
150 with: 150 with:
151 name: firmware-${{ inputs.keymap }} 151 name: firmware-${{ inputs.keymap }}
152 if-no-files-found: ignore 152 if-no-files-found: ignore