Skip to content

Commit 7d9f258

Browse files
chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#594)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a7d0e9 commit 7d9f258

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
5959
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
6060
- name: Save Cypress artifacts
61-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
61+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
6262
if: failure()
6363
with:
6464
path: packages/e2e/cypress/screenshots

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
4040
E2E_NO_CACHE_ON_RERUN: ${{ github.run_attempt }}
4141
- name: Save Cypress artifacts
42-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
42+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
4343
if: failure()
4444
with:
4545
path: packages/e2e/cypress/screenshots

0 commit comments

Comments
 (0)