Skip to content

Commit 74f055a

Browse files
authored
Merge pull request #217 from HashLoad/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 2fc4d5f + f478ce1 commit 74f055a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
29+
uses: codecov/codecov-action@v5
3030
with:
3131
files: ./coverage.out
3232
flags: unittests

0 commit comments

Comments
 (0)