Skip to content

Commit e6bd256

Browse files
Bump actions/upload-artifact from 1 to 4 (#1229)
1 parent 85cf18b commit e6bd256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
file: ros_ws/lcov/total_coverage.info
5050
flags: unittests
5151
name: codecov-umbrella
52-
- uses: actions/upload-artifact@v3.1.0
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
name: colcon-logs-ubuntu-22.04-coverage-rolling
5555
path: ros_ws/log

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
5050
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/ros2_control.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
5151
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
52-
- uses: actions/upload-artifact@v1
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
name: colcon-logs-ubuntu-22.04
5555
path: ros_ws/log

0 commit comments

Comments
 (0)