Skip to content

Commit d327eaf

Browse files
Bump actions/upload-artifact from 1 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04a4517 commit d327eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
file: ros_ws/lcov/total_coverage.info
4444
flags: unittests
4545
name: codecov-umbrella
46-
- uses: actions/upload-artifact@v3.1.0
46+
- uses: actions/upload-artifact@v4
4747
with:
4848
name: colcon-logs-coverage-rolling
4949
path: ros_ws/log

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
4545
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/kinematics_interface.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
4646
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
47-
- uses: actions/upload-artifact@v1
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: colcon-logs-ubuntu-22.04
5050
path: ros_ws/log

0 commit comments

Comments
 (0)