Skip to content

Commit e038193

Browse files
authored
Merge pull request #18 from ncode/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 4f9af29 + cd4bc0b commit e038193

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Run coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v5
18+
uses: codecov/codecov-action@v6
1919
with:
2020
verbose: true
2121
env:

0 commit comments

Comments
 (0)