Skip to content

Commit 4091c13

Browse files
authoredMar 1, 2025
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#928)
1 parent e5e9e81 commit 4091c13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/ci-cd.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
107107
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
108108
- name: Save Cypress artifacts
109-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
109+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
110110
if: failure()
111111
with:
112112
path: packages/e2e/next/cypress/screenshots
@@ -145,7 +145,7 @@ jobs:
145145
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
146146
FULL_PAGE_NAV_ON_SHALLOW_FALSE: ${{ matrix.full-page-nav-on-shallow-false }}
147147
- name: Save Cypress artifacts
148-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
148+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
149149
if: failure()
150150
with:
151151
path: packages/e2e/react/cypress/screenshots
@@ -185,7 +185,7 @@ jobs:
185185
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
186186
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
187187
- name: Save Cypress artifacts
188-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
188+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
189189
if: failure()
190190
with:
191191
path: packages/e2e/react-router/${{ matrix.react-router-version }}/cypress/screenshots
@@ -219,7 +219,7 @@ jobs:
219219
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
220220
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
221221
- name: Save Cypress artifacts
222-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
222+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
223223
if: failure()
224224
with:
225225
path: packages/e2e/remix/cypress/screenshots

‎.github/workflows/test-against-nextjs-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
4242
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
4343
- name: Save Cypress artifacts
44-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
44+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
4545
if: failure()
4646
with:
4747
path: packages/e2e-next/cypress/screenshots

0 commit comments

Comments
 (0)