Skip to content

Commit 89c8658

Browse files
Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#1228)
1 parent b6f32c3 commit 89c8658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci-coverage-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
file: ros_ws/lcov/total_coverage.info
4747
flags: unittests
4848
name: codecov-umbrella
49-
- uses: actions/upload-artifact@v3.1.3
49+
- uses: actions/upload-artifact@v4.0.0
5050
with:
5151
name: colcon-logs-ubuntu-22.04-coverage-rolling
5252
path: ros_ws/log

Diff for: .github/workflows/reusable-ros-tooling-source-build.yml

+1-1
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@v3.1.3
52+
- uses: actions/upload-artifact@v4.0.0
5353
with:
5454
name: colcon-logs-ubuntu-22.04
5555
path: ros_ws/log

0 commit comments

Comments
 (0)