Skip to content

Commit 7708c54

Browse files
chore(deps): Bump actions/upload-artifact from 4.0.0 to 4.3.0 (#483)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...26f96df) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50da148 commit 7708c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
6060
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
6161
- name: Save Cypress artifacts
62-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
62+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
6363
if: failure()
6464
with:
6565
path: packages/e2e/cypress/screenshots

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
4444
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
4545
- name: Save Cypress artifacts
46-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
46+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
4747
if: failure()
4848
with:
4949
path: packages/e2e/cypress/screenshots

0 commit comments

Comments
 (0)