diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 71434b451b9..c19c1440aed 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -47,7 +47,7 @@ jobs: python -m coverage xml -i if: always() - - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b + - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 with: name: ${{ matrix.python-version }}-${{ matrix.os }} if: always()