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:
commit
7f75a4220a
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue