File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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}}
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
You can’t perform that action at this time.
0 commit comments