Merge pull request #3113 from PHPMailer/dependabot/github_actions/codecov/codecov-action-5

GH Actions: Bump codecov/codecov-action from 4 to 5
This commit is contained in:
Marcus Bointon 2025-09-21 15:08:17 +01:00 committed by GitHub
commit 7f75a4220a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ jobs:
- name: Send coverage report to Codecov - name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }} if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
env: env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with: with: