- Timestamp:
- 07/23/2024 06:37:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r58351 r58789 64 64 65 65 - name: Set up Node.js 66 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.266 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 67 67 with: 68 68 node-version-file: '.nvmrc' … … 102 102 103 103 - name: Upload ZIP as a GitHub Actions artifact 104 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1104 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 105 105 if: ${{ inputs.save-build || inputs.prepare-playground }} 106 106 with: … … 118 118 # leave a comment detailing how to test the PR within WordPress Playground. 119 119 - name: Upload PR number as artifact 120 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1120 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 121 121 if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }} 122 122 with:
Note: See TracChangeset
for help on using the changeset viewer.