diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 005bd9a..5f1183e 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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: files: coverage.out verbose: true