File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments