diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbe75bf0..367395dd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,6 @@ jobs: run: | poetry run pytest --cov miio --cov-report xml - name: "Upload coverage to Codecov" - uses: "codecov/codecov-action@v1" + uses: "codecov/codecov-action@v2" with: fail_ci_if_error: true