diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc47caca1..5b573da10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -394,7 +394,7 @@ jobs: -o console_output_style=count \ tests - name: Upload coverage artifact - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v2.2.4 with: name: coverage-${{ matrix.python-version }} path: .coverage