Skip to content

Commit 93e7ebd

Browse files
authored
Merge pull request #7724 from ampproject/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 6b33c66 + d4eb8d0 commit 93e7ebd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/build-test-measure.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,12 @@ jobs:
181181

182182
- name: Upload code coverage report
183183
if: github.actor != 'dependabot[bot]'
184-
uses: codecov/codecov-action@v3
184+
uses: codecov/codecov-action@v4
185185
with:
186186
file: build/logs/lcov.info
187187
flags: javascript
188188
fail_ci_if_error: true
189+
token: ${{ secrets.CODECOV_TOKEN }}
189190

190191
#-----------------------------------------------------------------------------------------------------------------------
191192

@@ -456,11 +457,12 @@ jobs:
456457

457458
- name: Upload code coverage report
458459
if: ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
459-
uses: codecov/codecov-action@v3
460+
uses: codecov/codecov-action@v4
460461
with:
461462
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
462463
flags: php,unit
463464
fail_ci_if_error: true
465+
token: ${{ secrets.CODECOV_TOKEN }}
464466

465467
#-----------------------------------------------------------------------------------------------------------------------
466468

0 commit comments

Comments
 (0)