Skip to content

Commit bd11bdf

Browse files
Bump codecov/codecov-action from 4.0.0 to 4.0.1 (#19)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.0.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@f30e495...e0b68c6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d5c1e4 commit bd11bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Unit Tests"
2626
run: go test -coverprofile=coveragetxt -race ./...
2727
- name: Upload to codecov.io
28-
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
28+
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044
2929
if: github.event_name == 'push'
3030
with:
3131
file: ./coveragetxt

0 commit comments

Comments
 (0)