We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe3aec commit c67fec4Copy full SHA for c67fec4
1 file changed
.github/workflows/ci.yml
@@ -90,15 +90,15 @@ jobs:
90
mkdir -p ursim_logs/flightreports
91
docker cp ursim:/ursim/flightreports/. ursim_logs/flightreports/
92
- name: Upload logfiles
93
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
94
if: always() && matrix.env.URSIM_VERSION != '10.7.0'
95
with:
96
name: ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_URSim_Logs
97
path: ursim_logs
98
if-no-files-found: error
99
retention-days: 10
100
- name: Upload test artifacts
101
102
103
104
name: ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_test_artifacts
0 commit comments