diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cc8f95..4752951 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: run: go test -v -coverprofile=covprofile ./... - name: Send coverage if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.16'}} - uses: shogo82148/actions-goveralls@v1.4.2 + uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: covprofile \ No newline at end of file