5858 - name : " Capture version"
5959 run : bash bin/versions.sh c > version.csv
6060 - name : " Upload results"
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : bench-c
6464 path : |
8181 - name : " Capture version"
8282 run : bash bin/versions.sh fortran > version.csv
8383 - name : " Upload results"
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v7
8585 with :
8686 name : bench-fortran
8787 path : |
@@ -110,7 +110,7 @@ jobs:
110110 - name : " Capture version"
111111 run : bash bin/versions.sh go > version.csv
112112 - name : " Upload results"
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v7
114114 with :
115115 name : bench-go
116116 path : |
@@ -139,7 +139,7 @@ jobs:
139139 - name : " Capture version"
140140 run : bash bin/versions.sh java > version.csv
141141 - name : " Upload results"
142- uses : actions/upload-artifact@v4
142+ uses : actions/upload-artifact@v7
143143 with :
144144 name : bench-java
145145 path : |
@@ -164,7 +164,7 @@ jobs:
164164 - name : " Capture version"
165165 run : bash bin/versions.sh javascript > version.csv
166166 - name : " Upload results"
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v7
168168 with :
169169 name : bench-javascript
170170 path : |
@@ -189,7 +189,7 @@ jobs:
189189 - name : " Capture version"
190190 run : bash bin/versions.sh julia > version.csv
191191 - name : " Upload results"
192- uses : actions/upload-artifact@v4
192+ uses : actions/upload-artifact@v7
193193 with :
194194 name : bench-julia
195195 path : |
@@ -215,7 +215,7 @@ jobs:
215215 - name : " Capture version"
216216 run : bash bin/versions.sh lua > version.csv
217217 - name : " Upload results"
218- uses : actions/upload-artifact@v4
218+ uses : actions/upload-artifact@v7
219219 with :
220220 name : bench-lua
221221 path : |
@@ -238,7 +238,7 @@ jobs:
238238 - name : " Capture version"
239239 run : bash bin/versions.sh octave > version.csv
240240 - name : " Upload results"
241- uses : actions/upload-artifact@v4
241+ uses : actions/upload-artifact@v7
242242 with :
243243 name : bench-octave
244244 path : |
@@ -265,7 +265,7 @@ jobs:
265265 - name : " Capture version"
266266 run : bash bin/versions.sh numba > version.csv
267267 - name : " Upload results"
268- uses : actions/upload-artifact@v4
268+ uses : actions/upload-artifact@v7
269269 with :
270270 name : bench-numba
271271 path : |
@@ -292,7 +292,7 @@ jobs:
292292 - name : " Capture version"
293293 run : bash bin/versions.sh python > version.csv
294294 - name : " Upload results"
295- uses : actions/upload-artifact@v4
295+ uses : actions/upload-artifact@v7
296296 with :
297297 name : bench-python
298298 path : |
@@ -317,7 +317,7 @@ jobs:
317317 - name : " Capture version"
318318 run : bash bin/versions.sh r > version.csv
319319 - name : " Upload results"
320- uses : actions/upload-artifact@v4
320+ uses : actions/upload-artifact@v7
321321 with :
322322 name : bench-r
323323 path : |
@@ -344,7 +344,7 @@ jobs:
344344 - name : " Capture version"
345345 run : bash bin/versions.sh rust > version.csv
346346 - name : " Upload results"
347- uses : actions/upload-artifact@v4
347+ uses : actions/upload-artifact@v7
348348 with :
349349 name : bench-rust
350350 path : |
@@ -376,7 +376,7 @@ jobs:
376376 - name : " Capture version"
377377 run : bash bin/versions.sh scala > version.csv
378378 - name : " Upload results"
379- uses : actions/upload-artifact@v4
379+ uses : actions/upload-artifact@v7
380380 with :
381381 name : bench-scala
382382 path : |
@@ -405,7 +405,7 @@ jobs:
405405 - name : " Capture version"
406406 run : bash bin/versions.sh swift > version.csv
407407 - name : " Upload results"
408- uses : actions/upload-artifact@v4
408+ uses : actions/upload-artifact@v7
409409 with :
410410 name : bench-swift
411411 path : |
@@ -447,7 +447,7 @@ jobs:
447447 version : ' v1'
448448
449449 - name : " Download all benchmark artifacts"
450- uses : actions/download-artifact@v4
450+ uses : actions/download-artifact@v7
451451 with :
452452 path : artifacts
453453
0 commit comments