diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a615cba..f797df7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,4 @@ jobs: run: | pytest . --cov=custom_components.moonraker --cov-report=xml - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4