diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1bffa1cb5..5865cd6e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -392,7 +392,7 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.0.0 with: name: coverage-${{ matrix.python-version }} path: .coverage