- Timestamp:
- 03/19/2025 12:23:42 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r59722 r60051 71 71 72 72 - name: Set up Node.js 73 uses: actions/setup-node@ 1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.073 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 74 74 with: 75 75 node-version-file: '.nvmrc' … … 109 109 110 110 - name: Upload ZIP as a GitHub Actions artifact 111 uses: actions/upload-artifact@ 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0111 uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 112 112 if: ${{ inputs.save-build || inputs.prepare-playground }} 113 113 with: … … 127 127 # leave a comment detailing how to test the PR within WordPress Playground. 128 128 - name: Upload PR number as artifact 129 uses: actions/upload-artifact@ 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0129 uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 130 130 if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }} 131 131 with:
Note: See TracChangeset
for help on using the changeset viewer.