File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5858 steps :
5959 -
6060 name : Download binaries
61- uses : actions/download-artifact@v5
61+ uses : actions/download-artifact@v6
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@v5
139+ uses : actions/download-artifact@v6
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@v5
226+ uses : actions/download-artifact@v6
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@v5
233+ uses : actions/download-artifact@v6
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@v5
312+ uses : actions/download-artifact@v6
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@v5
128128 -
129129 name : Download reports
130- uses : actions/download-artifact@v5
130+ uses : actions/download-artifact@v6
131131 with :
132132 path : ./website/public/result
133133 pattern : report-*
You can’t perform that action at this time.
0 commit comments