diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 5f5d83f6..f763a821 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -53,7 +53,7 @@ jobs: uv run coverage run --source cognite.extractorutils -m pytest -v tests uv run coverage xml - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml