- Timestamp:
- 10/10/2024 05:08:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r58789 r59208 64 64 65 65 - name: Set up Node.js 66 uses: actions/setup-node@ 1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.366 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 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@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4104 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4120 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 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.