diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index 5c7cc5c0e39..c6ee69f2ac9 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -181,7 +181,7 @@ jobs: - name: Upload code coverage report if: github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #v4.6.0 with: file: build/logs/lcov.info flags: javascript @@ -462,7 +462,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage == true && needs.pre-run.outputs.changed-php-count > 0 && github.actor != 'dependabot[bot]' }} - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #v4.6.0 with: file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/amp/build/logs/clover.xml flags: php,unit