File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ jobs:
112112 mkdir -p ursim_logs/flightreports
113113 docker cp ursim:/ursim/flightreports/. ursim_logs/flightreports/
114114 - name : Upload logfiles
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 if : ${{ always() && steps.check_polyscopex.outputs.is_polyscopex == 'false' }}
117117 with :
118118 name : ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_URSim_Logs
119119 path : ursim_logs
120120 if-no-files-found : error
121121 retention-days : 10
122122 - name : Upload test artifacts
123- uses : actions/upload-artifact@v6
123+ uses : actions/upload-artifact@v7
124124 if : ${{ always() && steps.check_polyscopex.outputs.is_polyscopex == 'false' }}
125125 with :
126126 name : ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_test_artifacts
You can’t perform that action at this time.
0 commit comments