Merge pull request #3013 from PHPMailer/dependabot/github_actions/codecov/codecov-action-4

GH Actions: Bump codecov/codecov-action from 3 to 4
This commit is contained in:
Marcus Bointon 2024-04-09 11:02:24 +02:00 committed by GitHub
commit 7bbeaff562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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