Skip to content

Commit 2736463

Browse files
committed
Regenerate artifacts.
1 parent a611280 commit 2736463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- name: Coveralls.io Upload
189189
if: ${{ matrix.coverage == 'cov' }}
190-
uses: coverallsapp/github-action@v2.2.3
190+
uses: coverallsapp/github-action@v2.3.0
191191
with:
192192
format: lcov
193193
files: "./coverage.info"
@@ -422,7 +422,7 @@ jobs:
422422
423423
- name: Coveralls.io Upload
424424
if: ${{ matrix.coverage == 'cov' }}
425-
uses: coverallsapp/github-action@v2.2.3
425+
uses: coverallsapp/github-action@v2.3.0
426426
with:
427427
format: lcov
428428
files: "./coverage.info"
@@ -626,7 +626,7 @@ jobs:
626626
627627
- name: Coveralls.io Upload
628628
if: ${{ matrix.coverage == 'cov' }}
629-
uses: coverallsapp/github-action@v2.2.3
629+
uses: coverallsapp/github-action@v2.3.0
630630
with:
631631
format: lcov
632632
files: "./coverage.info"

0 commit comments

Comments
 (0)