From 920d4381ccb62420b926160afeebdca72f9734be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:19:44 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-go-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index b44768a2733..0c5277c885e 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -97,7 +97,7 @@ jobs: if: > runner.os == 'Linux' && github.event_name == 'push' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage_unit.txt flags: unit @@ -107,7 +107,7 @@ jobs: if: > runner.os == 'Linux' && github.event_name == 'push' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage_legacy.txt flags: unit