diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 8994d694c..6ae4a65fb 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -24,6 +24,6 @@ jobs: go-version: "^1.20" - name: Run tests run: make test - - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 + - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d with: files: ./cover.out