Skip to content

Commit af3214a

Browse files
committed
CI: update action versions
1 parent fbd3c08 commit af3214a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mkdir -p ${{github.workspace}}/devel # compilation cache for formatter & linter
2727
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
path: src/franka_ros
3232

@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build Docker Image
3737
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
38-
uses: docker/build-push-action@v2
38+
uses: docker/build-push-action@v6
3939
with:
4040
tags: franka_ros:${{matrix.ros_distro}}
4141
file: .ci/Dockerfile.${{matrix.ros_distro}}
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
source /ros/devel/setup.bash
7676
cmake --build /ros/build --target check-format
77-
77+
7878
- name: Check Python Format
7979
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
8080
uses: addnab/docker-run-action@v3
@@ -111,7 +111,7 @@ jobs:
111111
catkin_test_results
112112
113113
- name: Upload Tests to Artifacts
114-
uses: actions/upload-artifact@v2
114+
uses: actions/upload-artifact@v4
115115
if: github.ref == 'refs/heads/develop' || ${{env.FLAVOR == matrix.ros_distro}}
116116
with:
117117
name: test-results

0 commit comments

Comments
 (0)