diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 227f0bf..ffa5d77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,6 @@ jobs: run: | go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.9.0 + - uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: profile.cov \ No newline at end of file