diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-12 21:16:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 21:16:52 +0000 |
| commit | e1c869b8dafd9078f71a1a31f5d63c77196142c1 (patch) | |
| tree | 6fa41d9bb50c8f558bf2c48fe8c4f40d6314cf76 | |
| parent | 9e0118172f23d88887a3f1d10971adf94840b8f3 (diff) | |
Bump actions/download-artifact from 6 to 7 (#25873)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
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.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci_build_major_branch_keymap.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml index f21f4c3171..2ea8310cb4 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml | |||
| @@ -87,7 +87,7 @@ jobs: | |||
| 87 | fetch-depth: 0 | 87 | fetch-depth: 0 |
| 88 | 88 | ||
| 89 | - name: Download firmwares | 89 | - name: Download firmwares |
| 90 | uses: actions/download-artifact@v6 | 90 | uses: actions/download-artifact@v7 |
| 91 | with: | 91 | with: |
| 92 | pattern: firmware-* | 92 | pattern: firmware-* |
| 93 | path: . | 93 | path: . |
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 02ee966da2..10709172df 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@v6 | 92 | uses: actions/checkout@v6 |
| 93 | 93 | ||
| 94 | - name: Get target definitions | 94 | - name: Get target definitions |
| 95 | uses: actions/download-artifact@v6 | 95 | uses: actions/download-artifact@v7 |
| 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@v6 | 139 | uses: actions/checkout@v6 |
| 140 | 140 | ||
| 141 | - name: Download firmwares | 141 | - name: Download firmwares |
| 142 | uses: actions/download-artifact@v6 | 142 | uses: actions/download-artifact@v7 |
| 143 | with: | 143 | with: |
| 144 | pattern: firmware-${{ inputs.keymap }}-* | 144 | pattern: firmware-${{ inputs.keymap }}-* |
| 145 | path: . | 145 | path: . |
