Skip to content

Commit f343272

Browse files
renovate[bot]ncode
authored andcommitted
chore(deps): update codecov/codecov-action action to v6
1 parent 2393821 commit f343272

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 env -w GOTOOLCHAIN=go1.25.0+auto && 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)