diff --git a/.github/workflows/coverage-report.yaml b/.github/workflows/coverage-report.yaml index 82a54b4..ba69ae9 100644 --- a/.github/workflows/coverage-report.yaml +++ b/.github/workflows/coverage-report.yaml @@ -46,7 +46,7 @@ jobs: name: coverage path: ./coverage - name: "Setup ruby" - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: '2.6' - run: gem install coveralls-lcov