Skip to content

Commit f61a368

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96dcc50 commit f61a368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Send unit tests coverage to Codecov
116116
if: runner.os == 'Linux'
117-
uses: codecov/codecov-action@v3
117+
uses: codecov/codecov-action@v4
118118
with:
119119
file: ${{ matrix.module.path }}coverage_unit.txt
120120
flags: ${{ matrix.module.codecov-flags }}

0 commit comments

Comments
 (0)