Changeset 61209 for trunk/.github/workflows/reusable-upgrade-testing.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-upgrade-testing.yml
r61081 r61209 81 81 steps: 82 82 - name: Set up PHP ${{ inputs.php }} 83 uses: shivammathur/setup-php@ 20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.383 uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5 84 84 with: 85 85 php-version: '${{ inputs.php }}' … … 117 117 - name: Download build artifact for the current branch 118 118 if: ${{ inputs.new-version == 'develop' }} 119 uses: actions/download-artifact@ 634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0119 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 120 120 with: 121 121 name: wordpress-develop
Note: See TracChangeset
for help on using the changeset viewer.