- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r60765 r61209 91 91 92 92 - name: Set up Node.js 93 uses: actions/setup-node@ 49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.093 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 94 94 with: 95 95 node-version-file: '.nvmrc' … … 133 133 134 134 - name: Upload ZIP as a GitHub Actions artifact 135 uses: actions/upload-artifact@ ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2135 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 136 136 if: ${{ inputs.save-build || inputs.prepare-playground }} 137 137 with: … … 151 151 # leave a comment detailing how to test the PR within WordPress Playground. 152 152 - name: Upload PR number as artifact 153 uses: actions/upload-artifact@ ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2153 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 154 154 if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }} 155 155 with:
Note: See TracChangeset
for help on using the changeset viewer.