Skip to content

Commit bed8ccf

Browse files
committed
Merge branch 'main' into common-base
2 parents ebebf30 + 6f05ffa commit bed8ccf

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ updates:
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: "*"

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ defaults:
3232
run:
3333
shell: bash
3434

35-
3635
jobs:
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 }}

0 commit comments

Comments
 (0)