Skip to content

Commit 420e67e

Browse files
committed
Update the Codecov action.
1 parent 0530261 commit 420e67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)