Skip to content

Commit fbeec66

Browse files
authored
Merge pull request #1101 from GoogleChromeLabs/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents a084935 + 126bd60 commit fbeec66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-measure.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,9 @@ jobs:
345345

346346
- name: Upload code coverage report
347347
if: ${{ matrix.coverage == true }}
348-
uses: codecov/codecov-action@v3
348+
uses: codecov/codecov-action@v4
349349
with:
350350
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/pwa/build/logs/clover.xml
351351
flags: php,unit
352352
fail_ci_if_error: true
353+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)