File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 bash.exe .ci/after_success.sh
142142
143143 - name : Upload coverage
144- uses : codecov/codecov-action@v4
144+ uses : codecov/codecov-action@v3.1.5
145145 with :
146146 file : ./coverage.xml
147147 flags : GHA_Cygwin
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 MATRIX_DOCKER : ${{ matrix.docker }}
102102
103103 - name : Upload coverage
104- uses : codecov/codecov-action@v4
104+ uses : codecov/codecov-action@v3.1.5
105105 with :
106106 flags : GHA_Docker
107107 name : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 8282 python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
8383
8484 - name : Upload coverage
85- uses : codecov/codecov-action@v4
85+ uses : codecov/codecov-action@v3.1.5
8686 with :
8787 file : ./coverage.xml
8888 flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 shell : pwsh
203203
204204 - name : Upload coverage
205- uses : codecov/codecov-action@v4
205+ uses : codecov/codecov-action@v3.1.5
206206 with :
207207 file : ./coverage.xml
208208 flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 .ci/after_success.sh
150150
151151 - name : Upload coverage
152- uses : codecov/codecov-action@v4
152+ uses : codecov/codecov-action@v3.1.5
153153 with :
154154 flags : ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
155155 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments