Skip to content

Commit

Permalink
Build/Test Tools: Update the Codecov GitHub Action.
Browse files Browse the repository at this point in the history
This updates the `codecov/codecov-action` to from version `4.6.0` to `5.1.1`.

See #62221.

git-svn-id: https://develop.svn.wordpress.org/trunk@59521 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Dec 16, 2024
1 parent 716e930 commit 8eaaf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-phpunit-tests-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Upload test coverage report to Codecov
if: ${{ inputs.coverage-report }}
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml
Expand Down

0 comments on commit 8eaaf53

Please sign in to comment.