diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e609fcb79..c35508cd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -335,10 +335,11 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: coverage-${{ matrix.python-version }} path: .coverage + include-hidden-files: true coverage: name: Process test coverage