diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557781f9fa..71c4d640b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -871,7 +871,7 @@ jobs: # (if-no-files-found: warn) — Sonar consumes the same file. - name: Upload coverage to Codecov (informational) if: always() - uses: codecov/codecov-action@04b047e8bb82a0c002c8312c1c880fbc6a999d45 # v5 + uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5 with: files: coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }}