File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 steps :
5959 -
6060 name : Download binaries
61- uses : actions/download-artifact@v7
61+ uses : actions/download-artifact@v8
6262 with :
6363 path : /tmp/binaries
6464 pattern : ${{ inputs.artifact_key }}-*
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 steps :
137137 -
138138 name : Download binaries
139- uses : actions/download-artifact@v7
139+ uses : actions/download-artifact@v8
140140 with :
141141 path : /tmp/buildkit-binaries
142142 pattern : ${{ env.BUILDKIT_ARTIFACT_KEY }}-*
@@ -223,14 +223,14 @@ jobs:
223223 steps :
224224 -
225225 name : Download results
226- uses : actions/download-artifact@v7
226+ uses : actions/download-artifact@v8
227227 with :
228228 path : /tmp/bench-results
229229 pattern : bench-results-*
230230 merge-multiple : true
231231 -
232232 name : Download candidates
233- uses : actions/download-artifact@v7
233+ uses : actions/download-artifact@v8
234234 with :
235235 path : /tmp/bench-results
236236 pattern : " *-candidates"
@@ -309,7 +309,7 @@ jobs:
309309 path : bin/gh-pages
310310 -
311311 name : Download report
312- uses : actions/download-artifact@v7
312+ uses : actions/download-artifact@v8
313313 with :
314314 name : report
315315 path : /tmp/bench-report
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 uses : actions/checkout@v6
128128 -
129129 name : Download reports
130- uses : actions/download-artifact@v7
130+ uses : actions/download-artifact@v8
131131 with :
132132 path : ./website/public/result
133133 pattern : report-*
You can’t perform that action at this time.
0 commit comments