Skip to content

Commit 35fb59c

Browse files
committed
ci: update upload artifact
1 parent 99ca23b commit 35fb59c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test-e2e-composable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
working-directory: ${{env.dir}}
4646
run: pnpm run test:e2e
4747

48-
- uses: actions/upload-artifact@v2
48+
- uses: actions/upload-artifact@v4
4949
if: failure()
5050
with:
5151
name: cypress-screenshots
5252
path: ${{env.dir}}/tests/e2e/screenshots
5353

54-
- uses: actions/upload-artifact@v2
54+
- uses: actions/upload-artifact@v4
5555
if: always()
5656
with:
5757
name: cypress-videos

.github/workflows/test-e2e-options.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
working-directory: ${{env.dir}}
4242
run: pnpm run test:e2e
4343

44-
- uses: actions/upload-artifact@v2
44+
- uses: actions/upload-artifact@v4
4545
if: failure()
4646
with:
4747
name: cypress-screenshots
4848
path: ${{env.dir}}/tests/e2e/screenshots
4949

50-
- uses: actions/upload-artifact@v2
50+
- uses: actions/upload-artifact@v4
5151
if: always()
5252
with:
5353
name: cypress-videos

.github/workflows/test-e2e-ssr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
working-directory: ${{env.dir}}
4242
run: pnpm run test:e2e
4343

44-
- uses: actions/upload-artifact@v2
44+
- uses: actions/upload-artifact@v4
4545
if: failure()
4646
with:
4747
name: cypress-screenshots
4848
path: ${{env.dir}}/tests/e2e/screenshots
4949

50-
- uses: actions/upload-artifact@v2
50+
- uses: actions/upload-artifact@v4
5151
if: always()
5252
with:
5353
name: cypress-videos

0 commit comments

Comments
 (0)