File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,12 @@ jobs:
133133 - name : After success
134134 run : |
135135 bash.exe .ci/after_success.sh
136+ rm C:\cygwin\bin\bash.EXE
136137
137138 - name : Upload coverage
138- uses : codecov/codecov-action@v4
139+ uses : codecov/codecov-action@v5
139140 with :
140- file : ./coverage.xml
141+ files : ./coverage.xml
141142 flags : GHA_Cygwin
142143 name : Cygwin Python 3.${{ matrix.python-minor-version }}
143144 token : ${{ secrets.CODECOV_ORG_TOKEN }}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 MATRIX_DOCKER : ${{ matrix.docker }}
101101
102102 - name : Upload coverage
103- uses : codecov/codecov-action@v4
103+ uses : codecov/codecov-action@v5
104104 with :
105105 flags : GHA_Docker
106106 name : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 8585 .ci/test.sh
8686
8787 - name : Upload coverage
88- uses : codecov/codecov-action@v4
88+ uses : codecov/codecov-action@v5
8989 with :
90- file : ./coverage.xml
90+ files : ./coverage.xml
9191 flags : GHA_Windows
9292 name : " MSYS2 MinGW"
9393 token : ${{ secrets.CODECOV_ORG_TOKEN }}
Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ jobs:
215215 shell : pwsh
216216
217217 - name : Upload coverage
218- uses : codecov/codecov-action@v4
218+ uses : codecov/codecov-action@v5
219219 with :
220- file : ./coverage.xml
220+ files : ./coverage.xml
221221 flags : GHA_Windows
222222 name : ${{ runner.os }} Python ${{ matrix.python-version }}
223223 token : ${{ secrets.CODECOV_ORG_TOKEN }}
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 .ci/after_success.sh
157157
158158 - name : Upload coverage
159- uses : codecov/codecov-action@v4
159+ uses : codecov/codecov-action@v5
160160 with :
161161 flags : ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
162162 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments