diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5f676d1..b5f9ea7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: run: go test -timeout 60m -race -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage report to Codecov - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: files: ./coverage.txt fail_ci_if_error: false # we can set this to true after "Could not find a repository" upload error is fixed