File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 run : ctest --output-junit test_static.xml ${{ env.COMMON_CTEST_ARGS }}
5151 - name : Upload Test Results
5252 if : always()
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : Test Results Ubuntu
5656 path : |
9898 run : ctest --output-junit test_static.xml ${{ env.COMMON_CTEST_ARGS }}
9999 - name : Upload Test Results
100100 if : always()
101- uses : actions/upload-artifact@v3
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : Test Results macOS
104104 path : |
@@ -204,7 +204,7 @@ jobs:
204204 run : ctest --output-junit test_ninja_static.xml ${{ env.COMMON_CTEST_ARGS }}
205205 - name : Upload Test Results
206206 if : always()
207- uses : actions/upload-artifact@v3
207+ uses : actions/upload-artifact@v4
208208 with :
209209 name : Test Results MSVC
210210 path : |
@@ -304,7 +304,7 @@ jobs:
304304
305305 steps :
306306 - name : Download Artifacts
307- uses : actions/download-artifact@v3
307+ uses : actions/download-artifact@v4
308308 with :
309309 path : artifacts
310310 - name : Publish Test Results
You can’t perform that action at this time.
0 commit comments