Make WordPress Core

Changeset 59521


Ignore:
Timestamp:
12/16/2024 08:04:52 PM (7 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the Codecov GitHub Action.

This updates the codecov/codecov-action to from version 4.6.0 to 5.1.1.

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-phpunit-tests-v3.yml

    r59507 r59521  
    208208      - name: Upload test coverage report to Codecov
    209209        if: ${{ inputs.coverage-report }}
    210         uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
     210        uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
    211211        with:
    212212          token: ${{ secrets.CODECOV_TOKEN }}
Note: See TracChangeset for help on using the changeset viewer.