diff --git a/.github/workflows/cover.yaml b/.github/workflows/cover.yaml index aad09c86e..71a29d6ab 100644 --- a/.github/workflows/cover.yaml +++ b/.github/workflows/cover.yaml @@ -20,6 +20,6 @@ jobs: - name: Unit test run: make unit-test # pinning to the sha f32b3a3741e1053eb607407145bc9619351dc93b from https://github.com/codecov/codecov-action/releases/tag/v2.1.0 - - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 + - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 with: files: ./coverage.txt