Skip to content

Commit c3ee34f

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 f0856db commit c3ee34f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-on-change.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
-o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true
200200
201201
- name: Download build status artifacts
202-
uses: actions/download-artifact@v7
202+
uses: actions/download-artifact@v8
203203
with:
204204
pattern: build-status-*
205205
path: /tmp/build-statuses

.github/workflows/pr-build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
sbuild --version
147147
148148
- name: Download build status artifacts
149-
uses: actions/download-artifact@v7
149+
uses: actions/download-artifact@v8
150150
with:
151151
pattern: build-status-*
152152
path: /tmp/build-statuses
@@ -270,7 +270,7 @@ jobs:
270270
actions: read
271271
steps:
272272
- name: Download build status artifacts
273-
uses: actions/download-artifact@v7
273+
uses: actions/download-artifact@v8
274274
with:
275275
pattern: build-status-*
276276
path: /tmp/build-status

.github/workflows/release-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
contents: write
140140
steps:
141141
- name: Download all artifacts
142-
uses: actions/download-artifact@v7
142+
uses: actions/download-artifact@v8
143143
with:
144144
path: /tmp/artifacts
145145
merge-multiple: true

.github/workflows/rolling-rebuilds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
-o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true
319319
320320
- name: Download build status artifacts
321-
uses: actions/download-artifact@v7
321+
uses: actions/download-artifact@v8
322322
with:
323323
pattern: build-status-*
324324
path: /tmp/build-statuses

0 commit comments

Comments
 (0)