Skip to content

Commit 883100b

Browse files
authored
Merge pull request #26 from mazrean/dependabot/github_actions/codecov/codecov-action-4.4.1
Bump codecov/codecov-action from 4.4.0 to 4.4.1
2 parents caf47df + 10dd9fd commit 883100b

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.4.0
32+
uses: codecov/codecov-action@v4.4.1
3333
with:
3434
file: ./coverage.txt
3535
fail_ci_if_error: true

0 commit comments

Comments
 (0)