diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 70ba603..72bc9b5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,6 +30,6 @@ jobs: python -m pip install .[convert] pytest tests/ --cov=nibe --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}