Skip to content

Commit 45d4c70

Browse files
dependabot[bot]simbit18
authored andcommitted
build(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af7222e commit 45d4c70

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@v7
157+
uses: actions/download-artifact@v8
158158
with:
159159
name: source-bundle
160160
path: .
@@ -237,7 +237,7 @@ jobs:
237237
DOCKER_BUILDKIT: 1
238238
steps:
239239
- name: Download Source Artifact
240-
uses: actions/download-artifact@v7
240+
uses: actions/download-artifact@v8
241241
with:
242242
name: source-bundle
243243
path: .
@@ -296,7 +296,7 @@ jobs:
296296
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
297297
steps:
298298
- name: Download Source Artifact
299-
uses: actions/download-artifact@v7
299+
uses: actions/download-artifact@v8
300300
with:
301301
name: source-bundle
302302
path: .
@@ -391,7 +391,7 @@ jobs:
391391
- run: git config --global core.autocrlf false
392392

393393
- name: Download Source Artifact
394-
uses: actions/download-artifact@v7
394+
uses: actions/download-artifact@v8
395395
with:
396396
name: source-bundle
397397
path: .
@@ -445,7 +445,7 @@ jobs:
445445
- run: git config --global core.autocrlf false
446446

447447
- name: Download Source Artifact
448-
uses: actions/download-artifact@v7
448+
uses: actions/download-artifact@v8
449449
with:
450450
name: source-bundle
451451
path: .

0 commit comments

Comments
 (0)