Skip to content

Commit 38f8e92

Browse files
committed
update github actions
1 parent 7a6ace6 commit 38f8e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- name: Build and run tests
2121
id: action-ros-ci
22-
uses: ros-tooling/action-ros-ci@v0.3
22+
uses: ros-tooling/action-ros-ci@v0.4
2323
with:
2424
target-ros2-distro: ${{ matrix.ros_distro }}
25-
- uses: actions/upload-artifact@v1
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: colcon-logs
2828
path: ros_ws/log

0 commit comments

Comments
 (0)