diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index 230ebe604..9160cc448 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -741,7 +741,7 @@ jobs: working-directory: build run: make lcov - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./build/lcov/data/capture/all_targets.info token: ${{ secrets.CODECOV_TOKEN }}