diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d44e0ba..033865f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: run: | cmake --build build --target install -- VERBOSE=1 - - uses: codecov/codecov-action@v3.1.0 + - uses: codecov/codecov-action@v3.1.1 if: ${{ steps.coverage.outputs.value }} with: file: build/coverage.info