diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 616c69b..1e6ce7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: | go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./... - name: Upload code coverage report - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 with: files: coverage.out verbose: true