diff --git a/.github/workflows/cpp-python-build.yml b/.github/workflows/cpp-python-build.yml index 230ebe6041..4e60bb9d77 100644 --- a/.github/workflows/cpp-python-build.yml +++ b/.github/workflows/cpp-python-build.yml @@ -741,9 +741,9 @@ 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 + files: ./build/lcov/data/capture/all_targets.info token: ${{ secrets.CODECOV_TOKEN }} disable_search: true fail_ci_if_error: true