Skip to content

Commit a8e89f8

Browse files
chore(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@26f96df...5d5d22a) --- 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>
1 parent 52c6558 commit a8e89f8

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
@@ -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@26f96dfa697d77e81fd5907df203aa23a56210a8
62+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
6363
if: failure()
6464
with:
6565
path: packages/e2e/cypress/screenshots

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
4141
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
4242
- name: Save Cypress artifacts
43-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
43+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
4444
if: failure()
4545
with:
4646
path: packages/e2e/cypress/screenshots

0 commit comments

Comments
 (0)