diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a847c1..1fd1e37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,6 @@ jobs: run: | go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.7.0 + - uses: shogo82148/actions-goveralls@v1.8.0 with: path-to-profile: profile.cov \ No newline at end of file