Skip to content

Commit cd4bc0b

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent a3b1b9f commit cd4bc0b

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
@@ -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)