Skip to content

Commit 383e645

Browse files
authored
Merge pull request #91 from vmfunc/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 30bf148 + 3e0cbbc commit 383e645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: run tests with coverage
4444
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
4545
- name: upload coverage to codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
files: ./coverage.out
4949
fail_ci_if_error: false

0 commit comments

Comments
 (0)