diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc53eb807..dc608ad7b 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@2.1.0 + uses: actions/upload-artifact@v2.1.1 with: name: coverage-${{ matrix.python-version }} path: .coverage