File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 33 - package-ecosystem : " cargo"
44 directory : " /"
55 schedule :
6- interval : " daily"
7-
8- - package-ecosystem : " github-actions"
9- directory : " /"
10- schedule :
11- interval : " daily"
6+ interval : " weekly"
7+ ignore :
8+ - dependency-name : " *"
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ defaults:
3232 run :
3333 shell : bash
3434
35-
3635jobs :
3736 create-release :
3837 # The type of runner that the job will run on
@@ -111,7 +110,7 @@ jobs:
111110
112111 - name : Upload x86_64 linux binary to workflow
113112 if : (matrix.target == 'x86_64-unknown-linux-gnu')
114- uses : actions/upload-artifact@v3
113+ uses : actions/upload-artifact@v4
115114 with :
116115 name : node-template
117116 path : ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release/node-template
@@ -136,7 +135,7 @@ jobs:
136135
137136 # Download the binary from the previous job
138137 - name : Download x86_64 linux binary
139- uses : actions/download-artifact@v3
138+ uses : actions/download-artifact@v4
140139 with :
141140 name : node-template
142141 path : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments