Skip to content

Commit

Permalink
Merge pull request #3013 from PHPMailer/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

GH Actions: Bump codecov/codecov-action from 3 to 4
  • Loading branch information
Synchro committed Apr 9, 2024
2 parents e8135be + dc4f2e3 commit 7bbeaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -169,7 +169,7 @@ jobs:

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

0 comments on commit 7bbeaff

Please sign in to comment.