File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,7 @@ updates:
2424 directory : " /"
2525 schedule :
2626 interval : " monthly"
27+ groups :
28+ actions :
29+ patterns :
30+ - " *"
Original file line number Diff line number Diff line change 9292 run : npm run lint
9393
9494 - name : Upload publish artifact
95- uses : actions/upload-artifact@v3
95+ uses : actions/upload-artifact@v4
9696 with :
9797 name : publish-artifact
9898 path : lib
@@ -130,7 +130,7 @@ jobs:
130130 run : npm install --production
131131
132132 - name : Download publish artifact
133- uses : actions/download-artifact@v3
133+ uses : actions/download-artifact@v4
134134 with :
135135 name : publish-artifact
136136 path : lib
@@ -212,7 +212,7 @@ jobs:
212212 node-version : " 20"
213213
214214 - name : Download publish artifact
215- uses : actions/download-artifact@v3
215+ uses : actions/download-artifact@v4
216216 with :
217217 name : publish-artifact
218218 path : lib
You can’t perform that action at this time.
0 commit comments