Skip to content

Commit

Permalink
Merge pull request PHPMailer#2663 from jrfnl/feature/ghactions-update…
Browse files Browse the repository at this point in the history
…-codecov

GH Actions: version update for codecov action runner
  • Loading branch information
Synchro committed Apr 7, 2022
2 parents 0912769 + ee3570e commit 0ddee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 0ddee75

Please sign in to comment.