From b160cd46acc79a91e1833e497390bab5013b9d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:15:04 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 1.0.13 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.13 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.13...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7174c1b3546..d84c6d748b6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -54,7 +54,7 @@ jobs: run: | cat xaa.txt | xargs go test -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3.1.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -80,7 +80,7 @@ jobs: run: | cat xab.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3.1.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -106,7 +106,7 @@ jobs: run: | cat xac.txt | xargs go test -mod=readonly -timeout 10m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3.1.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -132,7 +132,7 @@ jobs: run: | cat xad.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3.1.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"