diff --git a/.github/workflows/cpp-coverage.yml b/.github/workflows/cpp-coverage.yml index 55a8eaa..969eb3b 100644 --- a/.github/workflows/cpp-coverage.yml +++ b/.github/workflows/cpp-coverage.yml @@ -64,7 +64,7 @@ jobs: # yamllint disable rule:line-length - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: directory: ./coverage files: coverage/lcov.info