Skip to content

Commit fd079b8

Browse files
committed
ci: Upgrade actions/upload-artifact and actions/download-artifact to v4
1 parent a0e1bbc commit fd079b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.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)