Changeset 59208 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 10/10/2024 05:08:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r59150 r59208 133 133 134 134 - name: Set up Node.js 135 uses: actions/setup-node@ 1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3135 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 136 136 with: 137 137 node-version-file: '.nvmrc' … … 190 190 191 191 - name: Upload theme ZIP as an artifact 192 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 193 with: 194 if-no-files-found: error 192 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 193 with: 195 194 name: ${{ matrix.theme }} 196 195 path: src/wp-content/themes/${{ matrix.theme }} 196 if-no-files-found: error 197 include-hidden-files: true 197 198 198 199 slack-notifications:
Note: See TracChangeset
for help on using the changeset viewer.