diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 509a04b8..473a1148 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: run: go test -race -covermode atomic -coverprofile='profile.cov' ./... - name: Send coverage - uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04 + uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 with: path-to-profile: profile.cov flag-name: Go-${{ matrix.go-version }}