Skip to content

Commit 086b5c7

Browse files
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 283b076 commit 086b5c7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-sdk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
repository: ${{ env.BUILDSCRIPTS_REPO }}
145145
ref: ${{ needs.gate.outputs.buildscripts_revision }}
146146
fetch-depth: 0
147-
- uses: actions/download-artifact@v7
147+
- uses: actions/download-artifact@v8
148148
with:
149149
pattern: stage1-*
150150
path: artifacts
@@ -208,7 +208,7 @@ jobs:
208208
repository: ${{ env.BUILDSCRIPTS_REPO }}
209209
ref: ${{ needs.gate.outputs.buildscripts_revision }}
210210
fetch-depth: 0
211-
- uses: actions/download-artifact@v7
211+
- uses: actions/download-artifact@v8
212212
with:
213213
pattern: stage2-*
214214
path: artifacts
@@ -260,7 +260,7 @@ jobs:
260260
repository: ${{ env.BUILDSCRIPTS_REPO }}
261261
ref: ${{ needs.gate.outputs.buildscripts_revision }}
262262
fetch-depth: 0
263-
- uses: actions/download-artifact@v7
263+
- uses: actions/download-artifact@v8
264264
with:
265265
pattern: stage3-*
266266
path: artifacts
@@ -299,7 +299,7 @@ jobs:
299299
# two flat extractions into one directory overwrite each other's
300300
# provenance.json. Every artifact of this run is a stage artifact, and
301301
# more than one always exists, so this always nests per artifact name.
302-
- uses: actions/download-artifact@v7
302+
- uses: actions/download-artifact@v8
303303
with:
304304
path: artifacts
305305
- name: Group the release tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
restore-keys: |
212212
${{ matrix.name }}-downloads-
213213
- name: Fetch the stage-1 sysroot
214-
uses: actions/download-artifact@v7
214+
uses: actions/download-artifact@v8
215215
with:
216216
name: vitasdk-sysroot
217217
path: stage1-artifact
@@ -291,7 +291,7 @@ jobs:
291291
restore-keys: |
292292
${{ matrix.name }}-downloads-
293293
- name: Fetch the stage-1 sysroot
294-
uses: actions/download-artifact@v7
294+
uses: actions/download-artifact@v8
295295
with:
296296
name: vitasdk-sysroot
297297
path: stage1-artifact
@@ -358,7 +358,7 @@ jobs:
358358
restore-keys: |
359359
linux-x86_64-pacman-client-downloads-
360360
- name: Fetch the stage-1 sysroot
361-
uses: actions/download-artifact@v7
361+
uses: actions/download-artifact@v8
362362
with:
363363
name: vitasdk-sysroot
364364
path: stage1-artifact
@@ -531,7 +531,7 @@ jobs:
531531
restore-keys: |
532532
${{ matrix.name }}-downloads-
533533
- name: Fetch the build machine's SDK
534-
uses: actions/download-artifact@v7
534+
uses: actions/download-artifact@v8
535535
with:
536536
name: ${{ matrix.build_sdk }}
537537
path: build-sdk-artifact

0 commit comments

Comments
 (0)