Changeset 60051 for trunk/.github/workflows/reusable-end-to-end-tests.yml
- Timestamp:
- 03/19/2025 12:23:42 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-end-to-end-tests.yml
r60005 r60051 83 83 84 84 - name: Set up Node.js 85 uses: actions/setup-node@ 1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.085 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 86 86 with: 87 87 node-version-file: '.nvmrc' … … 146 146 147 147 - name: Archive debug artifacts (screenshots, HTML snapshots) 148 uses: actions/upload-artifact@ 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0148 uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 149 149 if: always() 150 150 with:
Note: See TracChangeset
for help on using the changeset viewer.