We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8cb62 commit a12c988Copy full SHA for a12c988
.github/workflows/ci.yaml
@@ -189,7 +189,7 @@ jobs:
189
tar czf /tmp/results/${LOG_FILENAME}.tar.gz -C /tmp ${LOG_FILENAME}.bin
190
- name: Upload simulation data
191
if: env.RUN_SIMULATION_STEPS == 'true'
192
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
193
with:
194
name: MCC-ci-results-${{ matrix.catkin-build }}
195
path: /tmp/results
0 commit comments