@@ -106,7 +106,7 @@ jobs:
106
106
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
107
107
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
108
108
- name : Save Cypress artifacts
109
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
109
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
110
110
if : failure()
111
111
with :
112
112
path : packages/e2e/next/cypress/screenshots
@@ -140,7 +140,7 @@ jobs:
140
140
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
141
141
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
142
142
- name : Save Cypress artifacts
143
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
143
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
144
144
if : failure()
145
145
with :
146
146
path : packages/e2e/react/cypress/screenshots
@@ -180,7 +180,7 @@ jobs:
180
180
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
181
181
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
182
182
- name : Save Cypress artifacts
183
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
183
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
184
184
if : failure()
185
185
with :
186
186
path : packages/e2e/react-router/${{ matrix.react-router-version }}/cypress/screenshots
@@ -214,7 +214,7 @@ jobs:
214
214
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
215
215
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
216
216
- name : Save Cypress artifacts
217
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
217
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
218
218
if : failure()
219
219
with :
220
220
path : packages/e2e/remix/cypress/screenshots
0 commit comments