Skip to content

Commit 2810fc9

Browse files
Merge pull request #226 from HashLoad/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 9cd6cec + 521c430 commit 2810fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
2727

2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v5
29+
uses: codecov/codecov-action@v6
3030
with:
3131
files: ./coverage.out
3232
flags: unittests

0 commit comments

Comments
 (0)