Skip to content

Commit c9218f9

Browse files
authored
Merge pull request #907 from WordPress/dependabot/github_actions/codecov/codecov-action-5
2 parents 70a51e4 + 2c0a1c1 commit c9218f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Send coverage report to Codecov
148148
if: ${{ success() && matrix.coverage == true }}
149-
uses: codecov/codecov-action@v4
149+
uses: codecov/codecov-action@v5
150150
with:
151151
token: "${{ secrets.CODECOV_TOKEN }}"
152152
files: ./clover.xml

0 commit comments

Comments
 (0)