Skip to content

Commit a12c988

Browse files
committed
[CI] Update actions/upload-artifact to v4.
1 parent 1c8cb62 commit a12c988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
tar czf /tmp/results/${LOG_FILENAME}.tar.gz -C /tmp ${LOG_FILENAME}.bin
190190
- name: Upload simulation data
191191
if: env.RUN_SIMULATION_STEPS == 'true'
192-
uses: actions/upload-artifact@v3
192+
uses: actions/upload-artifact@v4
193193
with:
194194
name: MCC-ci-results-${{ matrix.catkin-build }}
195195
path: /tmp/results

0 commit comments

Comments
 (0)