Skip to content

Commit 9f46e33

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 5e37994 commit 9f46e33

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
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Send unit tests coverage to Codecov
100100
if: runner.os == 'Linux'
101-
uses: codecov/codecov-action@v3
101+
uses: codecov/codecov-action@v4
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
files: ${{ matrix.module.path }}coverage_unit.txt

0 commit comments

Comments
 (0)