Skip to content

Commit 986a26b

Browse files
authored
Merge pull request #7827 from ampproject/dependabot/github_actions/codecov/codecov-action-4.5.0
Bump codecov/codecov-action from 4.1.0 to 4.5.0
2 parents e43ef4b + aa4b0ff commit 986a26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Upload code coverage report
183183
if: github.actor != 'dependabot[bot]'
184-
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab #v4.1.0
184+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0
185185
with:
186186
file: build/logs/lcov.info
187187
flags: javascript
@@ -457,7 +457,7 @@ jobs:
457457

458458
- name: Upload code coverage report
459459
if: ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }}
460-
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab #v4.1.0
460+
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0
461461
with:
462462
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml
463463
flags: php,unit

0 commit comments

Comments
 (0)