Skip to content

Commit

Permalink
CI: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jan 9, 2025
1 parent beef445 commit 93608df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
mkdir -p ${{github.workspace}}/devel # compilation cache for formatter & linter
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/franka_ros

Expand All @@ -35,7 +35,7 @@ jobs:

- name: Build Docker Image
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
tags: franka_ros:${{matrix.ros_distro}}
file: .ci/Dockerfile.${{matrix.ros_distro}}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
source /ros/devel/setup.bash
cmake --build /ros/build --target check-format
- name: Check Python Format
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
uses: addnab/docker-run-action@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
catkin_test_results
- name: Upload Tests to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
with:
name: test-results
Expand Down

0 comments on commit 93608df

Please sign in to comment.