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