Skip to content

Commit e8372d6

Browse files
Merge branch 'master' into replace_rt_box
2 parents 65bca5d + d20e2e8 commit e8372d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
24-
- uses: ros-tooling/[email protected].5
24+
- uses: ros-tooling/[email protected].6
2525
with:
2626
target-ros2-distro: ${{ env.ROS_DISTRO }}
2727
import-token: ${{ secrets.GITHUB_TOKEN }}
@@ -38,12 +38,12 @@ jobs:
3838
}
3939
}
4040
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
41-
- uses: codecov/[email protected].4
41+
- uses: codecov/[email protected].5
4242
with:
4343
file: ros_ws/lcov/total_coverage.info
4444
flags: unittests
4545
name: codecov-umbrella
46-
- uses: actions/upload-artifact@v4.2.0
46+
- uses: actions/upload-artifact@v4.3.0
4747
with:
4848
name: colcon-logs-coverage-rolling
4949
path: ros_ws/log

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
with:
3434
ref: ${{ inputs.ref }}
35-
- uses: ros-tooling/[email protected].5
35+
- uses: ros-tooling/[email protected].6
3636
with:
3737
target-ros2-distro: ${{ inputs.ros_distro }}
3838
# build all packages listed in the meta package
@@ -43,7 +43,7 @@ jobs:
4343
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
4444
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/realtime_tools.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
4545
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
46-
- uses: actions/upload-artifact@v4.2.0
46+
- uses: actions/upload-artifact@v4.3.0
4747
with:
4848
name: colcon-logs-ubuntu-22.04
4949
path: ros_ws/log

0 commit comments

Comments
 (0)