- Timestamp:
- 01/26/2024 01:48:01 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/callable-test-core-build-process.yml
r57249 r57362 47 47 48 48 - name: Set up Node.js 49 uses: actions/setup-node@ 8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.049 uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 50 50 with: 51 51 node-version-file: '.nvmrc' … … 80 80 81 81 - name: Upload ZIP as a GitHub Actions artifact 82 uses: actions/upload-artifact@ c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.082 uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 83 83 if: ${{ inputs.directory == 'build' && 'ubuntu-latest' == inputs.os }} 84 84 with:
Note: See TracChangeset
for help on using the changeset viewer.