Changeset 57655 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 02/19/2024 08:57:19 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r57362 r57655 77 77 78 78 - name: Set up Node.js 79 uses: actions/setup-node@ b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.179 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 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@ 26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0130 uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 131 131 if: always() 132 132 with:
Note: See TracChangeset
for help on using the changeset viewer.