Make WordPress Core


Ignore:
Timestamp:
03/25/2025 02:04:15 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd party GitHub Actions.

This updates the following GitHub Actions:

  • actions/upload-artifact from 4.6.1 to 4.6.2
  • actions/download-artifact from 4.1.9 to 4.2.1
  • actions/cache from 4.2.2 to 4.2.3

Though these are minor updates, they include a hardening change, switching to masking cache entry tokens in debug logs.

Fixes #62221.

File:
1 edited

Legend:

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

    r60051 r60083  
    242242      - name: Upload HTML coverage report as artifact
    243243        if: ${{ inputs.coverage-report }}
    244         uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
     244        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
    245245        with:
    246246          name: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
Note: See TracChangeset for help on using the changeset viewer.