From af5b95c2de898aa97b94fc21c5f58973f88a95d8 Mon Sep 17 00:00:00 2001 From: YOSHIKI Date: Thu, 22 Feb 2024 00:00:52 +0900 Subject: [PATCH] Bump coverallsapp/github-action from v1 to v2 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a06ea6..fe76405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,10 @@ jobs: run: bundle exec rspec --format progress --force-colour - name: Prepare Coveralls test coverage report - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: "${{ matrix.ruby }} @${{ matrix.os }}" - path-to-lcov: ./coverage/lcov/lcov.info parallel: true coveralls: @@ -46,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Finalize Coveralls test coverage report - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true