Commit 6dba9c9 1 parent 4a4b90c commit 6dba9c9 Copy full SHA for 6dba9c9
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 81
81
zlib-devel
82
82
83
83
- name : Add Lapack to PATH
84
- uses : egor-tensin/cleanup-path@v3
84
+ uses : egor-tensin/cleanup-path@v4
85
85
with :
86
86
dirs : ' C:\cygwin\bin;C:\cygwin\lib\lapack'
87
87
@@ -142,7 +142,7 @@ jobs:
142
142
bash.exe .ci/after_success.sh
143
143
144
144
- name : Upload coverage
145
- uses : codecov/codecov-action@v3
145
+ uses : codecov/codecov-action@v4
146
146
with :
147
147
file : ./coverage.xml
148
148
flags : GHA_Cygwin
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
MATRIX_DOCKER : ${{ matrix.docker }}
102
102
103
103
- name : Upload coverage
104
- uses : codecov/codecov-action@v3
104
+ uses : codecov/codecov-action@v4
105
105
with :
106
106
flags : GHA_Docker
107
107
name : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 82
82
python3 -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
83
83
84
84
- name : Upload coverage
85
- uses : codecov/codecov-action@v3
85
+ uses : codecov/codecov-action@v4
86
86
with :
87
87
file : ./coverage.xml
88
88
flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
shell : pwsh
203
203
204
204
- name : Upload coverage
205
- uses : codecov/codecov-action@v3
205
+ uses : codecov/codecov-action@v4
206
206
with :
207
207
file : ./coverage.xml
208
208
flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
.ci/after_success.sh
150
150
151
151
- name : Upload coverage
152
- uses : codecov/codecov-action@v3
152
+ uses : codecov/codecov-action@v4
153
153
with :
154
154
flags : ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
155
155
name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments