Skip to content

Commit 6c29cfc

Browse files
committed
Build/Test Tools: Update codecov/codecov-action to 7.0.0.
This updates `codecov/codecov-action` from `v5.5.3` to `v7.0.0`, which includes a change in Keybase account being used by the action to one that Codecov is able to update going forward. Coverage reports are currently failing because of an inability to verify GPG signature integrity. See #64893. git-svn-id: https://develop.svn.wordpress.org/trunk@62496 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 40cae8f commit 6c29cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261

262262
- name: Upload test coverage report to Codecov
263263
if: ${{ inputs.coverage-report }}
264-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
264+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
265265
with:
266266
token: ${{ secrets.CODECOV_TOKEN }}
267267
files: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml

0 commit comments

Comments
 (0)