diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 997f83f..546fa8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: pytest --cov=custom_components --cov-report=xml -q - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./coverage.xml fail_ci_if_error: false