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 @@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Upload Coverage to Codecov
111
111
if : matrix.build_type == 'Debug'
112
- uses : codecov/codecov-action@v4
112
+ uses : codecov/codecov-action@v5
113
113
with :
114
114
token : ${{ secrets.CODECOV_TOKEN }}
115
115
files : build_${{matrix.build_type}}/coverage.xml
Original file line number Diff line number Diff line change 68
68
69
69
- name : Upload Coverage to Codecov
70
70
if : matrix.build_type == 'Debug'
71
- uses : codecov/codecov-action@v4
71
+ uses : codecov/codecov-action@v5
72
72
with :
73
73
token : ${{ secrets.CODECOV_TOKEN }}
74
74
files : build_${{matrix.build_type}}/coverage.xml
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234
234
235
235
- name : Upload Coverage to Codecov
236
236
if : matrix.build_type == 'Debug'
237
- uses : codecov/codecov-action@v4
237
+ uses : codecov/codecov-action@v5
238
238
with :
239
239
token : ${{ secrets.CODECOV_TOKEN }}
240
240
files : build_${{matrix.build_type}}/coverage.xml
You can’t perform that action at this time.
0 commit comments