File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,12 @@ jobs:
181
181
182
182
- name : Upload code coverage report
183
183
if : github.actor != 'dependabot[bot]'
184
- uses : codecov/codecov-action@v3
184
+ uses : codecov/codecov-action@v4
185
185
with :
186
186
file : build/logs/lcov.info
187
187
flags : javascript
188
188
fail_ci_if_error : true
189
+ token : ${{ secrets.CODECOV_TOKEN }}
189
190
190
191
# -----------------------------------------------------------------------------------------------------------------------
191
192
@@ -456,11 +457,12 @@ jobs:
456
457
457
458
- name : Upload code coverage report
458
459
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
460
461
with :
461
462
file : ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
462
463
flags : php,unit
463
464
fail_ci_if_error : true
465
+ token : ${{ secrets.CODECOV_TOKEN }}
464
466
465
467
# -----------------------------------------------------------------------------------------------------------------------
466
468
You can’t perform that action at this time.
0 commit comments