diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc7c9d47147..95920aa3f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: path: coverage - name: Publish code coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.4.3 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/**/lcov.info