diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cefdac3..667a0c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: run: go test -v ./... -coverprofile=coverage.out env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: k1LoW/octocov-action@v0 + - uses: k1LoW/octocov-action@v1 if: runner.os == 'Linux' - name: Install goveralls run: go install github.com/mattn/goveralls@latest