Skip to content

Commit 6c719d7

Browse files
[skip changelog] Bump codecov/codecov-action from 2 to 3 (#1705)
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](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 306f195 commit 6c719d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: >
9898
runner.os == 'Linux' &&
9999
github.event_name == 'push'
100-
uses: codecov/codecov-action@v2
100+
uses: codecov/codecov-action@v3
101101
with:
102102
file: ./coverage_unit.txt
103103
flags: unit
@@ -107,7 +107,7 @@ jobs:
107107
if: >
108108
runner.os == 'Linux' &&
109109
github.event_name == 'push'
110-
uses: codecov/codecov-action@v2
110+
uses: codecov/codecov-action@v3
111111
with:
112112
file: ./coverage_legacy.txt
113113
flags: unit

0 commit comments

Comments
 (0)