Skip to content

Commit 1a58fce

Browse files
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](actions/download-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae07dee commit 1a58fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_build_major_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: Download firmwares
91-
uses: actions/download-artifact@v4
91+
uses: actions/download-artifact@v5
9292
with:
9393
pattern: firmware-*
9494
path: .

.github/workflows/ci_build_major_branch_keymap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393

9494
- name: Get target definitions
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
name: targets-${{ inputs.keymap }}
9898
path: .
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v4
140140

141141
- name: Download firmwares
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v5
143143
with:
144144
pattern: firmware-${{ inputs.keymap }}-*
145145
path: .

0 commit comments

Comments
 (0)