Skip to content

Commit ff75eea

Browse files
Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#133)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.0.14. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v1.0.13...7d5dfa5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8350d93 commit ff75eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go test -coverprofile=coverage.txt -covermode=atomic ./...
6363
-
6464
name: Upload coverage
65-
uses: codecov/[email protected].13
65+
uses: codecov/[email protected].14
6666
if: success()
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)