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-test-core-build-process.yml

    r60051 r60083  
    109109
    110110      - name: Upload ZIP as a GitHub Actions artifact
    111         uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
     111        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
    112112        if: ${{ inputs.save-build || inputs.prepare-playground }}
    113113        with:
     
    127127      # leave a comment detailing how to test the PR within WordPress Playground.
    128128      - name: Upload PR number as artifact
    129         uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
     129        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
    130130        if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
    131131        with:
Note: See TracChangeset for help on using the changeset viewer.