Skip to content

Commit 0926bc7

Browse files
dependabot[bot]frangarcj
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 f360f53 commit 0926bc7

2 files changed

Lines changed: 5 additions & 5 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
libarchive-tools pkg-config
103103
# By stage, not by host name: which host produces stage 1 is the lock's
104104
# to say, and there is only ever one of them.
105-
- uses: actions/download-artifact@v7
105+
- uses: actions/download-artifact@v8
106106
with:
107107
pattern: stage1-*
108108
path: artifacts

0 commit comments

Comments
 (0)