- Timestamp:
- 03/25/2025 02:04:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-test-core-build-process.yml
r60051 r60083 109 109 110 110 - name: Upload ZIP as a GitHub Actions artifact 111 uses: actions/upload-artifact@ 4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1111 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 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@ 4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1129 uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 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.