@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
109
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
110
110
if : failure()
111
111
with :
112
112
path : packages/e2e/next/cypress/screenshots
@@ -145,7 +145,7 @@ jobs:
145
145
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
146
146
FULL_PAGE_NAV_ON_SHALLOW_FALSE : ${{ matrix.full-page-nav-on-shallow-false }}
147
147
- name : Save Cypress artifacts
148
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
148
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
149
149
if : failure()
150
150
with :
151
151
path : packages/e2e/react/cypress/screenshots
@@ -185,7 +185,7 @@ jobs:
185
185
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
186
186
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
187
187
- name : Save Cypress artifacts
188
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
188
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
189
189
if : failure()
190
190
with :
191
191
path : packages/e2e/react-router/${{ matrix.react-router-version }}/cypress/screenshots
@@ -219,7 +219,7 @@ jobs:
219
219
TURBO_TEAM : ${{ secrets.TURBO_TEAM }}
220
220
E2E_NO_CACHE_ON_RERUN : ${{ github.run_attempt }}
221
221
- name : Save Cypress artifacts
222
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
222
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
223
223
if : failure()
224
224
with :
225
225
path : packages/e2e/remix/cypress/screenshots
0 commit comments