diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2e548f97..44f388636 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -391,7 +391,7 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v2.1.4 + uses: actions/upload-artifact@v2.2.0 with: name: coverage-${{ matrix.python-version }} path: .coverage