@@ -125,7 +125,7 @@ jobs:
125
125
. venv/bin/activate
126
126
pytest --cov
127
127
- name : Upload coverage artifact
128
- uses : actions/upload-artifact@v4.0.0
128
+ uses : actions/upload-artifact@v4.3.1
129
129
with :
130
130
name : coverage-linux-${{ matrix.python-version }}
131
131
path : .coverage
@@ -179,7 +179,7 @@ jobs:
179
179
. venv\\Scripts\\activate
180
180
pytest --cov
181
181
- name : Upload coverage artifact
182
- uses : actions/upload-artifact@v4.0.0
182
+ uses : actions/upload-artifact@v4.3.1
183
183
with :
184
184
name : coverage-windows-${{ matrix.python-version }}
185
185
path : .coverage
@@ -229,7 +229,7 @@ jobs:
229
229
. venv/bin/activate
230
230
pytest --cov
231
231
- name : Upload coverage artifact
232
- uses : actions/upload-artifact@v4.0.0
232
+ uses : actions/upload-artifact@v4.3.1
233
233
with :
234
234
name : coverage-pypy-${{ matrix.python-version }}
235
235
path : .coverage
@@ -251,10 +251,7 @@ jobs:
251
251
- name : Install dependencies
252
252
run : pip install -U -r requirements_minimal.txt
253
253
- name : Download all coverage artifacts
254
-
255
- with :
256
- pattern : coverage-*
257
- merge-multiple : true
254
+
258
255
- name : Combine Linux coverage results
259
256
run : |
260
257
coverage combine coverage-linux*/.coverage
0 commit comments