File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163 - uses : astral-sh/setup-uv@v7
164164
165165 - name : Download results
166- uses : actions/download-artifact@v6
166+ uses : actions/download-artifact@v7
167167 with :
168168 pattern : benchmark-results-*
169169 path : ./tmp/results/
@@ -216,7 +216,7 @@ jobs:
216216 - uses : astral-sh/setup-uv@v7
217217
218218 - name : Download results
219- uses : actions/download-artifact@v6
219+ uses : actions/download-artifact@v7
220220 with :
221221 pattern : benchmark-results-*
222222 path : ./tmp/results/
Original file line number Diff line number Diff line change 4646 - uses : astral-sh/setup-uv@v7
4747
4848 - name : Download packages
49- uses : actions/download-artifact@v6
49+ uses : actions/download-artifact@v7
5050 with :
5151 name : wheel-artifacts
5252 path : dist/
7272 - uses : astral-sh/setup-uv@v7
7373
7474 - name : Download packages
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v7
7676 with :
7777 name : wheel-artifacts
7878 path : dist/
@@ -145,7 +145,7 @@ jobs:
145145 run : npm ci --verbose
146146
147147 - name : Download
148- uses : actions/download-artifact@v6
148+ uses : actions/download-artifact@v7
149149 with :
150150 name : wheel-artifacts
151151 path : dist/
@@ -233,7 +233,7 @@ jobs:
233233 - uses : actions/checkout@v6
234234
235235 - name : Download Wheel Packages
236- uses : actions/download-artifact@v6
236+ uses : actions/download-artifact@v7
237237 with :
238238 name : wheel-artifacts
239239 path : dist/
You can’t perform that action at this time.
0 commit comments