Skip to content

Commit fe7f117

Browse files
authored
Merge pull request #30 from mazrean/dependabot/github_actions/codecov/codecov-action-4.6.0
Bump codecov/codecov-action from 4.5.0 to 4.6.0
2 parents 4687b3e + 712d1ce commit fe7f117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: go.mod
3030
- run: go test ./... -short -v -coverprofile=./coverage.txt -race -vet=off
3131
- name: Upload coverage data
32-
uses: codecov/codecov-action@v4.5.0
32+
uses: codecov/codecov-action@v4.6.0
3333
with:
3434
file: ./coverage.txt
3535
fail_ci_if_error: true

0 commit comments

Comments
 (0)