diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a5f5fc168e5..2a2b9998c9e 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -55,7 +55,7 @@ jobs: python -m coverage xml -i if: always() - - uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d + - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 with: name: ${{ matrix.python-version }}-${{ matrix.os }} if: always() diff --git a/.github/workflows/unit_tests_pr.yml b/.github/workflows/unit_tests_pr.yml index 418480ea445..39b3b33d5fa 100644 --- a/.github/workflows/unit_tests_pr.yml +++ b/.github/workflows/unit_tests_pr.yml @@ -51,7 +51,7 @@ jobs: python -m coverage xml -i if: always() - - uses: codecov/codecov-action@1fc7722ded4708880a5aea49f2bfafb9336f0c8d + - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 with: name: ${{ matrix.python-version }}-${{ matrix.os }} if: always()