Skip to content

Commit

Permalink
[CI] Update actions/upload-artifact to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Feb 2, 2025
1 parent 23af859 commit 86d45b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
tar czf /tmp/results/${LOG_FILENAME}.tar.gz -C /tmp ${LOG_FILENAME}.bin
- name: Upload simulation data
if: env.RUN_SIMULATION_STEPS == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BWC-ci-results-${{ matrix.catkin-build }}
path: /tmp/results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
mv `readlink -f /tmp/mc-control-BaselineWalkingController-latest.bin` /tmp/${LOG_FILENAME}.bin
tar czf /tmp/results/${LOG_FILENAME}.tar.gz -C /tmp ${LOG_FILENAME}.bin
- name: Upload simulation data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BWC-docker-results
path: /tmp/results
Expand Down

0 comments on commit 86d45b3

Please # to comment.