File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Upload coverage to CodeCov
70
70
if : ${{ steps.test.outputs.coverage-report-files != '' }}
71
- uses : codecov/codecov-action@v5
71
+ uses : codecov/codecov-action@v4
72
72
with :
73
73
files : ${{ steps.test.outputs.coverage-report-files }}
74
74
fail_ci_if_error : false
Original file line number Diff line number Diff line change 56
56
57
57
- name : Upload coverage to CodeCov
58
58
if : ${{ steps.test.outputs.coverage-report-files != '' }}
59
- uses : codecov/codecov-action@v5
59
+ uses : codecov/codecov-action@v4
60
60
with :
61
61
files : ${{ steps.test.outputs.coverage-report-files }}
62
62
fail_ci_if_error : false
Original file line number Diff line number Diff line change 74
74
args : [--line-length=100]
75
75
76
76
- repo : https://github.com/pre-commit/mirrors-clang-format
77
- rev : v19.1.4
77
+ rev : v19.1.5
78
78
hooks :
79
79
- id : clang-format
80
80
types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments