Skip to content

Commit b6456a8

Browse files
authored
chore: fix deprecated gh action (#408)
1 parent 797f093 commit b6456a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/verify-page.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ jobs:
3333
run: pnpm stest
3434
working-directory: ./examples
3535

36-
- uses: actions/upload-artifact@v3
36+
- name: Upload artifact
37+
uses: actions/upload-artifact@v4
3738
if: failure()
3839
with:
3940
name: playwright-report
4041
path: examples/test-results/*
41-
retention-days: 5
42+
retention-days: 3
4243

4344
- name: Notify in Teams
4445
if: failure()

0 commit comments

Comments
 (0)