Skip to content

Commit 4c43d79

Browse files
committed
fix: use base coveralls action
1 parent 21f5d84 commit 4c43d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
bundle install --jobs 4 --retry 3 --no-cache
3232
bundle exec rspec
3333
34-
- uses: mrexox/coveralls-github-action@feat/add-carryforward-flag
34+
- uses: coverallsapp/github-action@master
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
flag-name: ruby-${{ matrix.ruby_version }}
@@ -44,7 +44,7 @@ jobs:
4444
if: ${{ always() }}
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: mrexox/coveralls-github-action@feat/add-carryforward-flag
47+
- uses: coverallsapp/github-action@master
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
carryforward: "ruby-2.5,ruby-2.7,ruby-3.0,ruby-3.1,ruby-jruby"

0 commit comments

Comments
 (0)