6565 run : cpack --preset ci
6666
6767 - name : Upload VAST build artifact
68- uses : actions/upload-artifact@v6
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : VAST
7171 path : ./builds/ci/package/*
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Fetch VAST artifact
110- uses : actions/download-artifact@v7
110+ uses : actions/download-artifact@v8
111111 with :
112112 name : VAST
113113
@@ -164,7 +164,7 @@ jobs:
164164 run : lit --timeout=360 -v -o ../../results-${{ matrix.vast-target }}$VAST_RESULTS_SUFFIX.json .
165165
166166 - name : Upload results
167- uses : actions/upload-artifact@v6
167+ uses : actions/upload-artifact@v7
168168 with :
169169 path : ./results-${{ matrix.vast-target }}${{ env.VAST_RESULTS_SUFFIX }}.json
170170 name : results-llvm-ts-${{ matrix.vast-target }}${{ env.VAST_RESULTS_SUFFIX }}
@@ -178,7 +178,7 @@ jobs:
178178 runs-on : ubuntu-${{ matrix.image-version }}
179179 steps :
180180 - name : Fetch result artifacts
181- uses : actions/download-artifact@v7
181+ uses : actions/download-artifact@v8
182182 with :
183183 pattern : results-llvm-ts-*
184184 merge-multiple : true
@@ -203,7 +203,7 @@ jobs:
203203 --output single-source-results
204204
205205 - name : Post results as artifacts
206- uses : actions/upload-artifact@v6
206+ uses : actions/upload-artifact@v7
207207 with :
208208 name : llvm-test-suite-results
209209 path : |
@@ -230,7 +230,7 @@ jobs:
230230
231231 steps :
232232 - name : Fetch VAST artifact
233- uses : actions/download-artifact@v7
233+ uses : actions/download-artifact@v8
234234 with :
235235 name : VAST
236236
@@ -270,7 +270,7 @@ jobs:
270270 fi
271271
272272 - name : Upload results
273- uses : actions/upload-artifact@v6
273+ uses : actions/upload-artifact@v7
274274 with :
275275 path : ./stats
276276 name : results-sv-${{ matrix.vast-target }}${{ env.VAST_RESULTS_SUFFIX }}
@@ -284,7 +284,7 @@ jobs:
284284 runs-on : ubuntu-${{ matrix.image-version }}
285285 steps :
286286 - name : Fetch result artifacts
287- uses : actions/download-artifact@v7
287+ uses : actions/download-artifact@v8
288288 with :
289289 pattern : results-sv-*
290290
@@ -308,7 +308,7 @@ jobs:
308308 --output sv-comp-results
309309
310310 - name : Post results as artifacts
311- uses : actions/upload-artifact@v6
311+ uses : actions/upload-artifact@v7
312312 with :
313313 name : sv-comp-results
314314 path : ./sv-comp-results.md
@@ -334,7 +334,7 @@ jobs:
334334
335335 steps :
336336 - name : Fetch VAST artifact
337- uses : actions/download-artifact@v7
337+ uses : actions/download-artifact@v8
338338 with :
339339 name : VAST
340340
@@ -391,7 +391,7 @@ jobs:
391391 > vast_linux_kernel_times_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
392392
393393 - name : Upload results
394- uses : actions/upload-artifact@v6
394+ uses : actions/upload-artifact@v7
395395 with :
396396 name : vast_linux_kernel_times_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
397397 path : ./vast_linux_kernel_times_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
@@ -405,7 +405,7 @@ jobs:
405405 runs-on : ubuntu-${{ matrix.image-version }}
406406 steps :
407407 - name : Fetch result artifacts
408- uses : actions/download-artifact@v7
408+ uses : actions/download-artifact@v8
409409 with :
410410 pattern : vast_linux_kernel_times_*
411411 merge-multiple : true
@@ -429,7 +429,7 @@ jobs:
429429 --output_filepath linux_kernel_times.md
430430
431431 - name : Post results as artifacts
432- uses : actions/upload-artifact@v6
432+ uses : actions/upload-artifact@v7
433433 with :
434434 name : linux_kernel_times.md
435435 path : ./linux_kernel_times.md
@@ -461,7 +461,7 @@ jobs:
461461
462462 steps :
463463 - name : Fetch VAST artifact
464- uses : actions/download-artifact@v7
464+ uses : actions/download-artifact@v8
465465 with :
466466 name : VAST
467467
@@ -515,7 +515,7 @@ jobs:
515515 > gzip_${{ matrix.gzip-version }}_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
516516
517517 - name : Upload results
518- uses : actions/upload-artifact@v6
518+ uses : actions/upload-artifact@v7
519519 with :
520520 name : gzip_${{ matrix.gzip-version }}_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
521521 path : ./gzip_${{ matrix.gzip-version }}_${{ matrix.vast-target }}_${{ env.VAST_RESULTS_SUFFIX }}.tsv
@@ -530,7 +530,7 @@ jobs:
530530 runs-on : ubuntu-${{ matrix.image-version }}
531531 steps :
532532 - name : Fetch result artifacts
533- uses : actions/download-artifact@v7
533+ uses : actions/download-artifact@v8
534534 with :
535535 pattern : gzip_*
536536 merge-multiple : true
@@ -556,7 +556,7 @@ jobs:
556556 }' --output_filepath gzip_times_${{ matrix.gzip-version }}.md
557557
558558 - name : Post results as artifacts
559- uses : actions/upload-artifact@v6
559+ uses : actions/upload-artifact@v7
560560 with :
561561 name : gzip_times_${{ matrix.gzip-version }}.md
562562 path : ./gzip_times_${{ matrix.gzip-version }}.md
@@ -596,31 +596,31 @@ jobs:
596596 run : cmake --build --preset ci-release --target vast-doc
597597
598598 - name : Fetch LLVM test suite results
599- uses : actions/download-artifact@v7
599+ uses : actions/download-artifact@v8
600600 with :
601601 name : llvm-test-suite-results
602602 path : llvm-test-suite-results
603603
604604 - name : Fetch SV-Comp benchmarks results
605- uses : actions/download-artifact@v7
605+ uses : actions/download-artifact@v8
606606 with :
607607 name : sv-comp-results
608608 path : sv-comp-results
609609
610610 - name : Fetch Linux kernel benchmark results
611- uses : actions/download-artifact@v7
611+ uses : actions/download-artifact@v8
612612 with :
613613 name : linux_kernel_times.md
614614 path : linux_kernel_times
615615
616616 - name : Fetch GZIP 1.10 benchmark results
617- uses : actions/download-artifact@v7
617+ uses : actions/download-artifact@v8
618618 with :
619619 name : gzip_times_1.10.md
620620 path : gzip_times_1.10
621621
622622 - name : Fetch GZIP 1.13 benchmark results
623- uses : actions/download-artifact@v7
623+ uses : actions/download-artifact@v8
624624 with :
625625 name : gzip_times_1.13.md
626626 path : gzip_times_1.13
0 commit comments