diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 359de6b2..1d60dbae 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@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml