Changeset 57362 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 01/26/2024 01:48:01 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r57249 r57362 77 77 78 78 - name: Set up Node.js 79 uses: actions/setup-node@ 8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.079 uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 80 80 with: 81 81 node-version-file: '.nvmrc' … … 128 128 129 129 - name: Archive debug artifacts (screenshots, HTML snapshots) 130 uses: actions/upload-artifact@ c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0130 uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 131 131 if: always() 132 132 with:
Note: See TracChangeset
for help on using the changeset viewer.