diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37357de..48e31d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: coverage run --source=tests,cpp_linter_hooks -m pytest -vv coverage report coverage xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml