We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0530261 commit 420e67eCopy full SHA for 420e67e
.github/workflows/reusable-phpunit-tests-v3.yml
@@ -207,7 +207,7 @@ jobs:
207
208
- name: Upload test coverage report to Codecov
209
if: ${{ inputs.coverage-report }}
210
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
211
with:
212
token: ${{ secrets.CODECOV_TOKEN }}
213
file: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml
0 commit comments