Skip to content

Commit 60bd77c

Browse files
chore(deps): Bump actions/upload-artifact from 4.3.4 to 4.4.0 (#619)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...5076954) --- 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 4c335a5 commit 60bd77c

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@0b2256b8c012f0828dc542b3febcab082c67f72b
61+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
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@0b2256b8c012f0828dc542b3febcab082c67f72b
42+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
4343
if: failure()
4444
with:
4545
path: packages/e2e/cypress/screenshots

0 commit comments

Comments
 (0)