Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 5e267dc

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 (#402)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cc653b commit 5e267dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go work init ||:
4141
make test-cover
4242
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
env:
4545
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4646
with:

0 commit comments

Comments
 (0)