File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717 - run : go test -v -race -coverprofile=coverage.txt ./...
1818
19- - uses : codecov/codecov-action@v5
19+ - uses : codecov/codecov-action@v6
2020 if : >
2121 !startsWith(github.head_ref, 'renovate/') &&
2222 !startsWith(github.head_ref, 'releaser-pleaser--')
@@ -106,7 +106,7 @@ jobs:
106106 bash scripts/get-coverage-from-k8s.sh
107107
108108 - name : Upload coverage reports to Codecov
109- uses : codecov/codecov-action@v5
109+ uses : codecov/codecov-action@v6
110110 if : >
111111 !startsWith(github.head_ref, 'renovate/') &&
112112 !startsWith(github.head_ref, 'releaser-pleaser--')
@@ -229,7 +229,7 @@ jobs:
229229 bash scripts/get-coverage-from-k8s.sh
230230
231231 - name : Upload coverage reports to Codecov
232- uses : codecov/codecov-action@v5
232+ uses : codecov/codecov-action@v6
233233 if : >
234234 !startsWith(github.head_ref, 'renovate/') &&
235235 !startsWith(github.head_ref, 'releaser-pleaser--')
You can’t perform that action at this time.
0 commit comments