File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
run : pnpm build:demo
71
71
72
72
- name : Archive build artifacts
73
- uses : actions/upload-artifact@v3
73
+ uses : actions/upload-artifact@v4
74
74
with :
75
75
name : dist folders
76
76
path : |
@@ -124,7 +124,7 @@ jobs:
124
124
${{ steps.playwrightsummary.outputs.stdout }} ${{ steps.playwrightsummary.outputs.stderr }}
125
125
edit-mode : replace
126
126
127
- - uses : actions/upload-artifact@v3
127
+ - uses : actions/upload-artifact@v4
128
128
if : always()
129
129
with :
130
130
name : playwright-report
Original file line number Diff line number Diff line change 60
60
run : pnpm build
61
61
62
62
- name : Archive build artifacts
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
name : dist folders
66
66
path : |
Original file line number Diff line number Diff line change 68
68
run : pnpm build
69
69
70
70
- name : Archive build artifacts
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : dist folders
74
74
path : |
Original file line number Diff line number Diff line change 72
72
run : pnpm build
73
73
74
74
- name : Archive build artifacts
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : dist folders
78
78
path : |
You can’t perform that action at this time.
0 commit comments