Skip to content

Commit 57520e6

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#212)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 291b22c commit 57520e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
flags: unittests
135135
name: codecov-umbrella
136136
token: ${{ secrets.CODECOV_TOKEN }}
137-
- uses: actions/upload-artifact@v4.4.3
137+
- uses: actions/upload-artifact@v4.5.0
138138
with:
139139
name: colcon-logs-coverage-${{ inputs.ros_distro }}
140140
path: ros_ws/log

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
update_existing: true
116116
filename: ${{ env.repo_path }}/.github/issue_template_failed_ci.md
117-
- uses: actions/upload-artifact@v4.4.3
117+
- uses: actions/upload-artifact@v4.5.0
118118
with:
119119
name: colcon-logs-${{ inputs.os_name }}-${{ inputs.ros_distro }}
120120
path: ros_ws/log

0 commit comments

Comments
 (0)