Skip to content

Commit 5f5dbe3

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 c0d2f83 commit 5f5dbe3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
-o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true
205205
206206
- name: Download build status artifacts
207-
uses: actions/download-artifact@v7
207+
uses: actions/download-artifact@v8
208208
with:
209209
pattern: build-status-*
210210
path: /tmp/build-statuses

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
actions: read
231231
steps:
232232
- name: Download build status artifacts
233-
uses: actions/download-artifact@v7
233+
uses: actions/download-artifact@v8
234234
with:
235235
pattern: build-status-*
236236
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
@@ -316,7 +316,7 @@ jobs:
316316
-o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true
317317
318318
- name: Download build status artifacts
319-
uses: actions/download-artifact@v7
319+
uses: actions/download-artifact@v8
320320
with:
321321
pattern: build-status-*
322322
path: /tmp/build-statuses

0 commit comments

Comments
 (0)