From bf19ce048956498b63a35a23fb6e27b1e7f565bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:31:12 +0100 Subject: [PATCH] Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#177) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.5...v4.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-coverage.yml | 2 +- .github/workflows/build-coverage_humble.yml | 2 +- .github/workflows/build-coverage_iron.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-coverage.yml b/.github/workflows/build-coverage.yml index 4daa8f67..1aa6ef2a 100644 --- a/.github/workflows/build-coverage.yml +++ b/.github/workflows/build-coverage.yml @@ -38,7 +38,7 @@ jobs: } } colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml - - uses: codecov/codecov-action@v3.1.5 + - uses: codecov/codecov-action@v4.0.1 with: file: ros_ws/lcov/total_coverage.info flags: unittests diff --git a/.github/workflows/build-coverage_humble.yml b/.github/workflows/build-coverage_humble.yml index d804e5cf..b05a90c5 100644 --- a/.github/workflows/build-coverage_humble.yml +++ b/.github/workflows/build-coverage_humble.yml @@ -38,7 +38,7 @@ jobs: } } colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml - - uses: codecov/codecov-action@v3.1.5 + - uses: codecov/codecov-action@v4.0.1 with: file: ros_ws/lcov/total_coverage.info flags: unittests diff --git a/.github/workflows/build-coverage_iron.yml b/.github/workflows/build-coverage_iron.yml index 3e2353e8..8feda144 100644 --- a/.github/workflows/build-coverage_iron.yml +++ b/.github/workflows/build-coverage_iron.yml @@ -38,7 +38,7 @@ jobs: } } colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml - - uses: codecov/codecov-action@v3.1.5 + - uses: codecov/codecov-action@v4.0.1 with: file: ros_ws/lcov/total_coverage.info flags: unittests