Skip to content

Commit

Permalink
Merge pull request #907 from WordPress/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5
  • Loading branch information
schlessera authored Dec 11, 2024
2 parents 70a51e4 + 2c0a1c1 commit c9218f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: "${{ secrets.CODECOV_TOKEN }}"
files: ./clover.xml
Expand Down

0 comments on commit c9218f9

Please sign in to comment.