diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-06 21:15:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 21:15:03 +0100 |
| commit | 1a58fce043e7f2e2b938dee03945dabc29e48d73 (patch) | |
| tree | 01dc46749695c3939b91b7e45523fa994c4b980f /.github | |
| parent | ae07dee941adb231981ab5fe62dfc39acea069e7 (diff) | |
Bump actions/download-artifact from 4 to 5 (#25545)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/download-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>
Diffstat (limited to '.github')
| -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 ddc7cb10d1..403ad8b3ef 100644 --- a/.github/workflows/ci_build_major_branch.yml +++ b/.github/workflows/ci_build_major_branch.yml | |||
| @@ -88,7 +88,7 @@ jobs: | |||
| 88 | fetch-depth: 0 | 88 | fetch-depth: 0 |
| 89 | 89 | ||
| 90 | - name: Download firmwares | 90 | - name: Download firmwares |
| 91 | uses: actions/download-artifact@v4 | 91 | uses: actions/download-artifact@v5 |
| 92 | with: | 92 | with: |
| 93 | pattern: firmware-* | 93 | pattern: firmware-* |
| 94 | path: . | 94 | path: . |
diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 2e0f3036a3..4123b17b5f 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@v4 | 92 | uses: actions/checkout@v4 |
| 93 | 93 | ||
| 94 | - name: Get target definitions | 94 | - name: Get target definitions |
| 95 | uses: actions/download-artifact@v4 | 95 | uses: actions/download-artifact@v5 |
| 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@v4 | 139 | uses: actions/checkout@v4 |
| 140 | 140 | ||
| 141 | - name: Download firmwares | 141 | - name: Download firmwares |
| 142 | uses: actions/download-artifact@v4 | 142 | uses: actions/download-artifact@v5 |
| 143 | with: | 143 | with: |
| 144 | pattern: firmware-${{ inputs.keymap }}-* | 144 | pattern: firmware-${{ inputs.keymap }}-* |
| 145 | path: . | 145 | path: . |
