From e7b639e5e5a96e3d85bf5c37ace5a23ee7ab8b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 11:08:13 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 1.0.13 to 1.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.0.13 to 1.5.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...v1.5.0) 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..8a7c62e6f22 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@v1.5.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@v1.5.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@v1.5.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@v1.5.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"