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