diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index db7cd6957..bccaad4fc 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 go-test - - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 + - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 with: files: ./cover.out