File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,7 @@ updates:
24
24
directory : " /"
25
25
schedule :
26
26
interval : " monthly"
27
+ groups :
28
+ actions :
29
+ patterns :
30
+ - " *"
Original file line number Diff line number Diff line change 92
92
run : npm run lint
93
93
94
94
- name : Upload publish artifact
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
97
name : publish-artifact
98
98
path : lib
@@ -130,7 +130,7 @@ jobs:
130
130
run : npm install --production
131
131
132
132
- name : Download publish artifact
133
- uses : actions/download-artifact@v3
133
+ uses : actions/download-artifact@v4
134
134
with :
135
135
name : publish-artifact
136
136
path : lib
@@ -212,7 +212,7 @@ jobs:
212
212
node-version : " 20"
213
213
214
214
- name : Download publish artifact
215
- uses : actions/download-artifact@v3
215
+ uses : actions/download-artifact@v4
216
216
with :
217
217
name : publish-artifact
218
218
path : lib
You can’t perform that action at this time.
0 commit comments