From ef97eb0a3c4f464c6c306540b6c69c138e42c4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:14:24 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 1.0.13 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.13 to 3.1.1. - [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.1) --- 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..01345ed9b5d 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.1 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.1 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.1 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.1 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"