Skip to content

Commit 239d6d3

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 716c418 commit 239d6d3

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@v3
184+
uses: codecov/codecov-action@v4
185185
with:
186186
file: build/logs/lcov.info
187187
flags: javascript
@@ -456,7 +456,7 @@ jobs:
456456

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

0 commit comments

Comments
 (0)