Skip to content

Commit 72a1dd3

Browse files
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (#889)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af7de3e commit 72a1dd3

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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
109+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
110110
if: failure()
111111
with:
112112
path: packages/e2e/next/cypress/screenshots
@@ -140,7 +140,7 @@ jobs:
140140
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
141141
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
142142
- name: Save Cypress artifacts
143-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
143+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
144144
if: failure()
145145
with:
146146
path: packages/e2e/react/cypress/screenshots
@@ -180,7 +180,7 @@ jobs:
180180
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
181181
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
182182
- name: Save Cypress artifacts
183-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
183+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
184184
if: failure()
185185
with:
186186
path: packages/e2e/react-router/${{ matrix.react-router-version }}/cypress/screenshots
@@ -214,7 +214,7 @@ jobs:
214214
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
215215
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
216216
- name: Save Cypress artifacts
217-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
217+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
218218
if: failure()
219219
with:
220220
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
44+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
4545
if: failure()
4646
with:
4747
path: packages/e2e-next/cypress/screenshots

0 commit comments

Comments
 (0)