Fix action/upload's incompatible minor update (#1344)
This commit is contained in:
parent
64ff5a9fa5
commit
558c83523b
|
@ -91,6 +91,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: coverage-data-${{ matrix.python-version }}
|
name: coverage-data-${{ matrix.python-version }}
|
||||||
path: .coverage.*
|
path: .coverage.*
|
||||||
|
include-hidden-files: true
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
tests-pypy:
|
tests-pypy:
|
||||||
|
|
Loading…
Reference in New Issue