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-build-package.yml

    r60051 r60083  
    5454
    5555      - name: Upload ZIP as a GitHub Actions artifact
    56         uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
     56        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
    5757        with:
    5858          name: wordpress-develop
Note: See TracChangeset for help on using the changeset viewer.