diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55539da..870e319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - run: pytest -vv --cov=aioesphomeapi --cov-report=xml --tb=native tests name: Run tests with pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - run: | docker run \ -v "$PWD":/aioesphomeapi \