Changeset 58789 for trunk/.github/workflows/reusable-end-to-end-tests.yml
- Timestamp:
- 07/23/2024 06:37:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-end-to-end-tests.yml
r58431 r58789 69 69 70 70 - name: Set up Node.js 71 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.271 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 72 72 with: 73 73 node-version-file: '.nvmrc' … … 126 126 127 127 - name: Archive debug artifacts (screenshots, HTML snapshots) 128 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1128 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 129 129 if: always() 130 130 with:
Note: See TracChangeset
for help on using the changeset viewer.