diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 6f62eae8..172bc3a2 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -50,7 +50,7 @@ jobs: coverage run --source cognite.extractorutils -m pytest -v tests coverage xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml