diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-06 23:38:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 23:38:36 +0000 |
| commit | 8522449ccfa36d19c82317e8a49e58862e366c66 (patch) | |
| tree | 706b672d73b76af2cb31611ebf6b32322e8e7557 /.github/workflows/ci_build_major_branch_keymap.yml | |
| parent | cbeab2ac4f69292283ed94049675aaa89128ec34 (diff) | |
Bump actions/download-artifact from 5 to 6 (#25746)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/download-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/workflows/ci_build_major_branch_keymap.yml')
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 228dd0025d..f5533cf07a 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml | |||
| @@ -92,7 +92,7 @@ jobs: | |||
| 92 | uses: actions/checkout@v5 | 92 | uses: actions/checkout@v5 |
| 93 | 93 | ||
| 94 | - name: Get target definitions | 94 | - name: Get target definitions |
| 95 | uses: actions/download-artifact@v5 | 95 | uses: actions/download-artifact@v6 |
| 96 | with: | 96 | with: |
| 97 | name: targets-${{ inputs.keymap }} | 97 | name: targets-${{ inputs.keymap }} |
| 98 | path: . | 98 | path: . |
| @@ -139,7 +139,7 @@ jobs: | |||
| 139 | uses: actions/checkout@v5 | 139 | uses: actions/checkout@v5 |
| 140 | 140 | ||
| 141 | - name: Download firmwares | 141 | - name: Download firmwares |
| 142 | uses: actions/download-artifact@v5 | 142 | uses: actions/download-artifact@v6 |
| 143 | with: | 143 | with: |
| 144 | pattern: firmware-${{ inputs.keymap }}-* | 144 | pattern: firmware-${{ inputs.keymap }}-* |
| 145 | path: . | 145 | path: . |
