Skip to content

Commit 691e010

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.2 (#508)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67e5d4d commit 691e010

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
@@ -42,7 +42,7 @@ jobs:
4242
file: ros_ws/lcov/total_coverage.info
4343
flags: unittests
4444
name: codecov-umbrella
45-
- uses: actions/[email protected].0
45+
- uses: actions/[email protected].2
4646
with:
4747
name: colcon-logs-coverage-rolling
4848
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
@@ -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 }}/ros2_controllers.${{ 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@v1
46+
- uses: actions/upload-artifact@v3.1.2
4747
with:
4848
name: colcon-logs-ubuntu-22.04
4949
path: ros_ws/log

0 commit comments

Comments
 (0)