Skip to content

Commit b3bbab5

Browse files
committed
bump artifact action
1 parent 6d58ce4 commit b3bbab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
run: pnpm build
2525
- name: Test
2626
run: pnpm run test:run
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
if: failure()
2929
with:
3030
name: cypress-screenshots
3131
path: cypress/screenshots
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
if: always()
3434
with:
3535
name: cypress-videos

0 commit comments

Comments
 (0)