diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-06 23:38:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 23:38:23 +0000 |
| commit | cbeab2ac4f69292283ed94049675aaa89128ec34 (patch) | |
| tree | 2ee4b5b92d2fa729d160f770289148ddd0ee8e46 | |
| parent | aa5a6d38de72e9aa2547302c64769f0536de1de6 (diff) | |
Bump actions/upload-artifact from 4 to 5 (#25745)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
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>
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 6 |
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 1a0b44b908..228dd0025d 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@v4 | 65 | uses: actions/upload-artifact@v5 |
| 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@v4 | 115 | uses: actions/upload-artifact@v5 |
| 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@v4 | 149 | uses: actions/upload-artifact@v5 |
| 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 |
