diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10c3c9f..942eb80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: uv run pytest --cov=custom_components/storzandbickel --cov-report=xml --cov-report=term - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests