File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 results_format : sarif
2828 publish_results : true
2929 - name : Upload artifact
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : SARIF file
3333 path : results.sarif
Original file line number Diff line number Diff line change 2222 - name : Run Doxygen
2323 run : doxygen Doxyfile
2424 - name : Upload Doxygen documentation
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : doxygen-documentation-xml
2828 path : xml
6060 run : |
6161 cmake --build build -t docs_html -- --quiet
6262 - name : Upload artifact
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : sphinx-documentation
6666 path : ./build/docs/_build/html
9898 run : |
9999 cmake --build build --parallel -- --quiet
100100 - name : Upload artifact
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 with :
103103 name : scoreboard
104104 path : ./build/scoreboard/html/
Original file line number Diff line number Diff line change 3838 working-directory : build
3939 run : zip -r ../perf-stat.zip perf_stat_dir
4040 - name : Upload results
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : perf-stat
4444 path : perf-stat.zip
7474 working-directory : build
7575 run : zip -r perf-stat-macos.zip perf_stat_dir
7676 - name : Upload results
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : perf-stat-macos
8080 path : perf-stat-macos.zip
Original file line number Diff line number Diff line change 3535 CC : gcc-14
3636 CXX : g++-14
3737 - name : Archive revert list
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 if : ${{ matrix.os == 'ubuntu-24.04' && matrix.build_type == 'Release' }}
4040 with :
4141 name : revert-list
@@ -397,7 +397,7 @@ jobs:
397397 token : ${{ secrets.CODECOV_TOKEN }}
398398 - name : Upload coverage report artifact
399399 id : upload-cov
400- uses : actions/upload-artifact@v4
400+ uses : actions/upload-artifact@v5
401401 with :
402402 name : cov-report
403403 path : ' cov-report'
You can’t perform that action at this time.
0 commit comments