diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4406c7e..60f570b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,6 @@ jobs: run: | pytest . --cov=custom_components.moonraker --cov-report=xml - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}