File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 71
71
- name : Run tests
72
72
run : tools/ci/check.sh
73
73
if : ${{ matrix.check != 'skiptests' }}
74
- - uses : codecov/codecov-action@v3
74
+ - uses : codecov/codecov-action@v4
75
75
with :
76
76
file : coverage.xml
77
+ token : ${{ secrets.CODECOV_TOKEN }}
77
78
if : ${{ always() }}
78
79
- name : Upload pytest test results
79
80
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -145,9 +145,10 @@ jobs:
145
145
- name : Run tests
146
146
run : tools/ci/check.sh
147
147
if : ${{ matrix.check != 'skiptests' }}
148
- - uses : codecov/codecov-action@v3
148
+ - uses : codecov/codecov-action@v4
149
149
with :
150
150
file : coverage.xml
151
+ token : ${{ secrets.CODECOV_TOKEN }}
151
152
if : ${{ always() }}
152
153
- name : Upload pytest test results
153
154
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments