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 58
58
steps :
59
59
-
60
60
name : Download binaries
61
- uses : actions/download-artifact@v4
61
+ uses : actions/download-artifact@v5
62
62
with :
63
63
path : /tmp/binaries
64
64
pattern : ${{ inputs.artifact_key }}-*
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
steps :
137
137
-
138
138
name : Download binaries
139
- uses : actions/download-artifact@v4
139
+ uses : actions/download-artifact@v5
140
140
with :
141
141
path : /tmp/buildkit-binaries
142
142
pattern : ${{ env.BUILDKIT_ARTIFACT_KEY }}-*
@@ -223,14 +223,14 @@ jobs:
223
223
steps :
224
224
-
225
225
name : Download results
226
- uses : actions/download-artifact@v4
226
+ uses : actions/download-artifact@v5
227
227
with :
228
228
path : /tmp/bench-results
229
229
pattern : bench-results-*
230
230
merge-multiple : true
231
231
-
232
232
name : Download candidates
233
- uses : actions/download-artifact@v4
233
+ uses : actions/download-artifact@v5
234
234
with :
235
235
path : /tmp/bench-results
236
236
pattern : " *-candidates"
@@ -309,7 +309,7 @@ jobs:
309
309
path : bin/gh-pages
310
310
-
311
311
name : Download report
312
- uses : actions/download-artifact@v4
312
+ uses : actions/download-artifact@v5
313
313
with :
314
314
name : report
315
315
path : /tmp/bench-report
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
uses : actions/checkout@v4
128
128
-
129
129
name : Download reports
130
- uses : actions/download-artifact@v4
130
+ uses : actions/download-artifact@v5
131
131
with :
132
132
path : ./website/public/result
133
133
pattern : report-*
You can’t perform that action at this time.
0 commit comments