Skip to content

Commit db2daea

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 2b092ad commit db2daea

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
@@ -165,7 +165,7 @@ jobs:
165165
run: df -h
166166

167167
- name: Download Source Artifact
168-
uses: actions/download-artifact@v6
168+
uses: actions/download-artifact@v7
169169
with:
170170
name: source-bundle
171171
path: .
@@ -223,7 +223,7 @@ jobs:
223223
DOCKER_BUILDKIT: 1
224224
steps:
225225
- name: Download Source Artifact
226-
uses: actions/download-artifact@v6
226+
uses: actions/download-artifact@v7
227227
with:
228228
name: source-bundle
229229
path: .
@@ -282,7 +282,7 @@ jobs:
282282
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
283283
steps:
284284
- name: Download Source Artifact
285-
uses: actions/download-artifact@v6
285+
uses: actions/download-artifact@v7
286286
with:
287287
name: source-bundle
288288
path: .
@@ -377,7 +377,7 @@ jobs:
377377
- run: git config --global core.autocrlf false
378378

379379
- name: Download Source Artifact
380-
uses: actions/download-artifact@v6
380+
uses: actions/download-artifact@v7
381381
with:
382382
name: source-bundle
383383
path: .
@@ -431,7 +431,7 @@ jobs:
431431
- run: git config --global core.autocrlf false
432432

433433
- name: Download Source Artifact
434-
uses: actions/download-artifact@v6
434+
uses: actions/download-artifact@v7
435435
with:
436436
name: source-bundle
437437
path: .

0 commit comments

Comments
 (0)