diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b863b48..793afdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -307,10 +307,11 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v5.0.0 with: name: coverage-${{ matrix.python-version }} path: .coverage + include-hidden-files: true coverage: name: Process test coverage diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 993fa17..39801af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -63,7 +63,7 @@ jobs: run: >- python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/