diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index aa753f8c57..fc7d421cbe 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -83,7 +83,7 @@ jobs: make test_shortint_cov - name: Upload tfhe coverage to Codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 if: steps.changed-files.outputs.tfhe_any_changed == 'true' with: token: ${{ secrets.CODECOV_TOKEN }} @@ -97,7 +97,7 @@ jobs: make test_integer_cov - name: Upload tfhe coverage to Codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 if: steps.changed-files.outputs.tfhe_any_changed == 'true' with: token: ${{ secrets.CODECOV_TOKEN }}