Skip to content

Commit 94a2456

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-4.30.8
2 parents 5508ece + 7a66aa6 commit 94a2456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run coverage
2424
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v5.5.0
26+
uses: codecov/codecov-action@v5.5.1
2727
with:
2828
verbose: true
2929
env:

0 commit comments

Comments
 (0)