From a855ea5d75edbbd5dc2bb169ebe6a32cb8533f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 14:09:50 -0700 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#2757) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4. - [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.3...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 78a61fd1b..662451626 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -66,7 +66,7 @@ jobs: run: lcov --extract coverage.txt -o coverage.txt 'src/*' - name: Upload test coverage if: success() - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: false file: ./facilitator/coverage.txt @@ -125,7 +125,7 @@ jobs: run: go test -race --coverprofile=cover.out --covermode=atomic ./... - name: Upload test coverage if: success() - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: false file: "workflow-manager/cover.out" @@ -158,7 +158,7 @@ jobs: run: go test -race -coverprofile=cover.out --covermode=atomic ./... - name: Upload test coverage if: success() - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: false file: "key-rotator/cover.out"