diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e9736928..66fac91e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,7 @@ jobs: run: | cmake --build build --target install -- VERBOSE=1 - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.4.1 if: ${{ steps.coverage.outputs.value }} with: file: build/coverage.info