Skip to content

Commit 02597ac

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent 6f2f8a6 commit 02597ac

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
@@ -210,7 +210,7 @@ jobs:
210210
sbuild cache --cache /tmp/build_cache.sdb init
211211
212212
- name: Download build status artifacts
213-
uses: actions/download-artifact@v7
213+
uses: actions/download-artifact@v8
214214
with:
215215
pattern: build-status-*
216216
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
@@ -324,7 +324,7 @@ jobs:
324324
sbuild cache --cache /tmp/build_cache.sdb init
325325
326326
- name: Download build status artifacts
327-
uses: actions/download-artifact@v7
327+
uses: actions/download-artifact@v8
328328
with:
329329
pattern: build-status-*
330330
path: /tmp/build-statuses

0 commit comments

Comments
 (0)