Make WordPress Core

Changeset 57534


Ignore:
Timestamp:
02/05/2024 08:58:59 PM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the codecov/codecov-action action.

This updates the codecov/codecov-action from version 3.1.5 to 4.0.1.

Version 4 switches to using the Codecov CLI to upload test report date, and changes the version of Node.js used for the action to 20.x. This fixes the notices currently shown for the test coverage workflow.

Props: mukesh27.
See #59658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r57362 r57534  
    153153      - name: Upload single site report to Codecov
    154154        if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }}
    155         uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
     155        uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
    156156        with:
    157157          file: wp-code-coverage-single-clover-${{ github.sha }}.xml
     
    168168      - name: Upload multisite report to Codecov
    169169        if: ${{ matrix.multisite && github.event_name != 'pull_request' }}
    170         uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
     170        uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
    171171        with:
    172172          file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
Note: See TracChangeset for help on using the changeset viewer.