File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7171 - name : Run tests
7272 run : tools/ci/check.sh
7373 if : ${{ matrix.check != 'skiptests' }}
74- - uses : codecov/codecov-action@v3
74+ - uses : codecov/codecov-action@v4
7575 with :
7676 file : coverage.xml
77+ token : ${{ secrets.CODECOV_TOKEN }}
7778 if : ${{ always() }}
7879 - name : Upload pytest test results
7980 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -145,9 +145,10 @@ jobs:
145145 - name : Run tests
146146 run : tools/ci/check.sh
147147 if : ${{ matrix.check != 'skiptests' }}
148- - uses : codecov/codecov-action@v3
148+ - uses : codecov/codecov-action@v4
149149 with :
150150 file : coverage.xml
151+ token : ${{ secrets.CODECOV_TOKEN }}
151152 if : ${{ always() }}
152153 - name : Upload pytest test results
153154 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments