diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 0a94eeda64..e0fdaf437d 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -56,7 +56,7 @@ jobs: with: name: coverage.out - name: Upload Report to Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: files: ./coverage.out fail_ci_if_error: true