4242
4343 steps :
4444 - name : Clone the VAST repository
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646 with :
4747 submodules : true
4848 fetch-depth : ' 0' # Required by the tag action
6565 run : cpack --preset ci
6666
6767 - name : Upload VAST build artifact
68- uses : actions/upload-artifact@v5
68+ uses : actions/upload-artifact@v6
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@v6
110+ uses : actions/download-artifact@v7
111111 with :
112112 name : VAST
113113
@@ -124,7 +124,7 @@ jobs:
124124 pip3 install lit psutil
125125
126126 - name : Clone test suite repository
127- uses : actions/checkout@v5
127+ uses : actions/checkout@v6
128128 with :
129129 repository : trailofbits/vast-llvm-test-suite
130130 ref : main
@@ -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@v5
167+ uses : actions/upload-artifact@v6
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@v6
181+ uses : actions/download-artifact@v7
182182 with :
183183 pattern : results-llvm-ts-*
184184 merge-multiple : true
@@ -187,7 +187,7 @@ jobs:
187187 run : pip3 install pandas scipy tabulate
188188
189189 - name : Clone test suite repository
190- uses : actions/checkout@v5
190+ uses : actions/checkout@v6
191191 with :
192192 repository : trailofbits/vast-llvm-test-suite
193193 sparse-checkout : utils/vast_compare.py
@@ -203,7 +203,7 @@ jobs:
203203 --output single-source-results
204204
205205 - name : Post results as artifacts
206- uses : actions/upload-artifact@v5
206+ uses : actions/upload-artifact@v6
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@v6
233+ uses : actions/download-artifact@v7
234234 with :
235235 name : VAST
236236
@@ -244,7 +244,7 @@ jobs:
244244 run : git clone --depth=1 https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks.git
245245
246246 - name : Clone patch repository
247- uses : actions/checkout@v5
247+ uses : actions/checkout@v6
248248 with :
249249 repository : trailofbits/sv-bench-patch
250250 ref : ci-version
@@ -270,7 +270,7 @@ jobs:
270270 fi
271271
272272 - name : Upload results
273- uses : actions/upload-artifact@v5
273+ uses : actions/upload-artifact@v6
274274 with :
275275 path : ./stats
276276 name : results-sv-${{ matrix.vast-target }}${{ env.VAST_RESULTS_SUFFIX }}
@@ -284,15 +284,15 @@ jobs:
284284 runs-on : ubuntu-${{ matrix.image-version }}
285285 steps :
286286 - name : Fetch result artifacts
287- uses : actions/download-artifact@v6
287+ uses : actions/download-artifact@v7
288288 with :
289289 pattern : results-sv-*
290290
291291 - name : Install evaluator dependencies
292292 run : pip3 install pandas scipy tabulate
293293
294294 - name : Clone patch repository
295- uses : actions/checkout@v5
295+ uses : actions/checkout@v6
296296 with :
297297 repository : trailofbits/sv-bench-patch
298298 sparse-checkout : make_table.py
@@ -308,7 +308,7 @@ jobs:
308308 --output sv-comp-results
309309
310310 - name : Post results as artifacts
311- uses : actions/upload-artifact@v5
311+ uses : actions/upload-artifact@v6
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@v6
337+ uses : actions/download-artifact@v7
338338 with :
339339 name : VAST
340340
@@ -361,7 +361,7 @@ jobs:
361361 python3 ./scripts/clang-tools/gen_compile_commands.py
362362
363363 - name : Clone vast benchmark directory
364- uses : actions/checkout@v5
364+ uses : actions/checkout@v6
365365 with :
366366 repository : trailofbits/vast-benchmarks
367367 sparse-checkout : benchmarks/linux_kernel
@@ -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@v5
394+ uses : actions/upload-artifact@v6
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@v6
408+ uses : actions/download-artifact@v7
409409 with :
410410 pattern : vast_linux_kernel_times_*
411411 merge-multiple : true
@@ -414,7 +414,7 @@ jobs:
414414 run : pip3 install pandas scipy tabulate
415415
416416 - name : Clone vast benchmark directory
417- uses : actions/checkout@v5
417+ uses : actions/checkout@v6
418418 with :
419419 repository : trailofbits/vast-benchmarks
420420 sparse-checkout : utils/
@@ -429,7 +429,7 @@ jobs:
429429 --output_filepath linux_kernel_times.md
430430
431431 - name : Post results as artifacts
432- uses : actions/upload-artifact@v5
432+ uses : actions/upload-artifact@v6
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@v6
464+ uses : actions/download-artifact@v7
465465 with :
466466 name : VAST
467467
@@ -485,7 +485,7 @@ jobs:
485485 bear -- make
486486
487487 - name : Clone vast benchmark directory
488- uses : actions/checkout@v5
488+ uses : actions/checkout@v6
489489 with :
490490 repository : trailofbits/vast-benchmarks
491491 sparse-checkout : benchmarks/linux_kernel
@@ -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@v5
518+ uses : actions/upload-artifact@v6
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@v6
533+ uses : actions/download-artifact@v7
534534 with :
535535 pattern : gzip_*
536536 merge-multiple : true
@@ -539,7 +539,7 @@ jobs:
539539 run : pip3 install pandas scipy tabulate
540540
541541 - name : Clone vast benchmark directory
542- uses : actions/checkout@v5
542+ uses : actions/checkout@v6
543543 with :
544544 repository : trailofbits/vast-benchmarks
545545 sparse-checkout : utils/
@@ -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@v5
559+ uses : actions/upload-artifact@v6
560560 with :
561561 name : gzip_times_${{ matrix.gzip-version }}.md
562562 path : ./gzip_times_${{ matrix.gzip-version }}.md
@@ -584,7 +584,7 @@ jobs:
584584
585585 steps :
586586 - name : Clone the VAST repository
587- uses : actions/checkout@v5
587+ uses : actions/checkout@v6
588588 with :
589589 submodules : true
590590 fetch-depth : 1
@@ -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@v6
599+ uses : actions/download-artifact@v7
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@v6
605+ uses : actions/download-artifact@v7
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@v6
611+ uses : actions/download-artifact@v7
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@v6
617+ uses : actions/download-artifact@v7
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@v6
623+ uses : actions/download-artifact@v7
624624 with :
625625 name : gzip_times_1.13.md
626626 path : gzip_times_1.13
0 commit comments