Skip to content

Commit c487d66

Browse files
dependabot[bot]simbit18
authored andcommitted
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]>
1 parent 8e7ec46 commit c487d66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: df -h
155155

156156
- name: Download Source Artifact
157-
uses: actions/download-artifact@v6
157+
uses: actions/download-artifact@v7
158158
with:
159159
name: source-bundle
160160
path: .
@@ -212,7 +212,7 @@ jobs:
212212
DOCKER_BUILDKIT: 1
213213
steps:
214214
- name: Download Source Artifact
215-
uses: actions/download-artifact@v6
215+
uses: actions/download-artifact@v7
216216
with:
217217
name: source-bundle
218218
path: .
@@ -271,7 +271,7 @@ jobs:
271271
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
272272
steps:
273273
- name: Download Source Artifact
274-
uses: actions/download-artifact@v6
274+
uses: actions/download-artifact@v7
275275
with:
276276
name: source-bundle
277277
path: .
@@ -366,7 +366,7 @@ jobs:
366366
- run: git config --global core.autocrlf false
367367

368368
- name: Download Source Artifact
369-
uses: actions/download-artifact@v6
369+
uses: actions/download-artifact@v7
370370
with:
371371
name: source-bundle
372372
path: .
@@ -420,7 +420,7 @@ jobs:
420420
- run: git config --global core.autocrlf false
421421

422422
- name: Download Source Artifact
423-
uses: actions/download-artifact@v6
423+
uses: actions/download-artifact@v7
424424
with:
425425
name: source-bundle
426426
path: .

0 commit comments

Comments
 (0)