Skip to content

Commit

Permalink
fix: use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Sep 7, 2023
1 parent 9903c4f commit fb0e0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ always() }}
needs: [test-linux, test-macos, test-windows]
steps:
- uses: mrexox/coveralls-github-action@feat/use-pwsh-for-windows
- uses: coverallsapp/github-action@v2
with:
carryforward: "linux-1,linux-2,macos-2,macos-2,windows-1,windows-1"
parallel-finished: true
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Coveralls
id: coveralls
if: ${{ inputs.upload_coverage }}
uses: mrexox/coveralls-github-action@feat/use-pwsh-for-windows
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: ${{ inputs.os }}-${{ matrix.test_number }}
Expand Down

0 comments on commit fb0e0f3

Please sign in to comment.