summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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