Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99fe352

Browse files
authoredMar 18, 2025··
Bump codecov/codecov-action
Bumps the all-github-actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.5.0 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d892f42 commit 99fe352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run go test with coverage
1919
run: COVER_PROFILE=coverage.txt make test
2020
- name: Codecov upload
21-
uses: codecov/codecov-action@v4.5.0
21+
uses: codecov/codecov-action@v5.4.0
2222
with:
2323
files: ./cover.out

0 commit comments

Comments
 (0)
Please sign in to comment.