File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 run : tar -cvf build-pc.tar .
2626
2727 - name : Upload Artifact
28- uses : actions/upload-artifact@v5
28+ uses : actions/upload-artifact@v6
2929 with :
3030 name : build-PC-artifacts
3131 path : build-pc.tar
@@ -114,13 +114,13 @@ jobs:
114114 lcov --list ${{github.workspace}}/build/coverage.info
115115
116116 - name : Upload coverage report
117- uses : actions/upload-artifact@v5
117+ uses : actions/upload-artifact@v6
118118 with :
119119 name : coverage-report
120120 path : ${{github.workspace}}/build/coverage.info
121121
122122 - name : Upload test results
123- uses : actions/upload-artifact@v5
123+ uses : actions/upload-artifact@v6
124124 with :
125125 name : LastTest.log
126126 path : ${{github.workspace}}/build/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change 2323 cpack -C Release
2424
2525 - name : ' Upload PC Linux artifacts'
26- uses : actions/upload-artifact@v5
26+ uses : actions/upload-artifact@v6
2727 with :
2828 name : openapv-linux-${{github.event.release.tag_name}}
2929 path : |
6363 cpack -C Release
6464
6565 - name : ' Upload ARM artifacts'
66- uses : actions/upload-artifact@v5
66+ uses : actions/upload-artifact@v6
6767 with :
6868 name : openapv-arm-${{github.event.release.tag_name}}
6969 path : |
9393 cd ${{github.workspace}}/build-darwin
9494 cpack -C Release -G TGZ
9595
96- - uses : actions/upload-artifact@v5
96+ - uses : actions/upload-artifact@v6
9797 with :
9898 name : openapv-darwin-${{github.event.release.tag_name}}
9999 path : |
@@ -122,7 +122,7 @@ jobs:
122122 cd ${{github.workspace}}/build
123123 cpack -C Release -G DragNDrop
124124
125- - uses : actions/upload-artifact@v5
125+ - uses : actions/upload-artifact@v6
126126 with :
127127 name : openapv-universal-${{github.event.release.tag_name}}
128128 path : |
@@ -161,7 +161,7 @@ jobs:
161161 cpack -G ZIP -C Release
162162
163163 - name : ' Upload PC Windows artifacts'
164- uses : actions/upload-artifact@v5
164+ uses : actions/upload-artifact@v6
165165 with :
166166 name : openapv-windows-${{github.event.release.tag_name}}
167167 path : |
You can’t perform that action at this time.
0 commit comments