diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa3b40510f5..56f4025feeed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: path: coverage - name: Publish code coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/**/lcov.info