File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
- uses : actions/checkout@v3
197
197
198
198
- name : Download libdeltachat.a
199
- uses : actions/download-artifact@v3
199
+ uses : actions/download-artifact@v4
200
200
with :
201
201
name : ${{ matrix.os }}-libdeltachat.a
202
202
path : target/debug
@@ -254,7 +254,7 @@ jobs:
254
254
run : pip install tox
255
255
256
256
- name : Download deltachat-rpc-server
257
- uses : actions/download-artifact@v3
257
+ uses : actions/download-artifact@v4
258
258
with :
259
259
name : ${{ matrix.os }}-deltachat-rpc-server
260
260
path : target/debug
Original file line number Diff line number Diff line change @@ -108,31 +108,31 @@ jobs:
108
108
- uses : actions/checkout@v3
109
109
110
110
- name : Download Linux binaries
111
- uses : actions/download-artifact@v3
111
+ uses : actions/download-artifact@v4
112
112
with :
113
113
name : linux
114
114
path : dist/
115
115
116
116
- name : Download win32 binary
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : deltachat-rpc-server-win32.exe
120
120
path : deltachat-rpc-server-win32.exe.d
121
121
122
122
- name : Download win64 binary
123
- uses : actions/download-artifact@v3
123
+ uses : actions/download-artifact@v4
124
124
with :
125
125
name : deltachat-rpc-server-win64.exe
126
126
path : deltachat-rpc-server-win64.exe.d
127
127
128
128
- name : Download macOS binary for x86_64
129
- uses : actions/download-artifact@v3
129
+ uses : actions/download-artifact@v4
130
130
with :
131
131
name : deltachat-rpc-server-x86_64-macos
132
132
path : deltachat-rpc-server-x86_64-macos.d
133
133
134
134
- name : Download macOS binary for aarch64
135
- uses : actions/download-artifact@v3
135
+ uses : actions/download-artifact@v4
136
136
with :
137
137
name : deltachat-rpc-server-aarch64-macos
138
138
path : deltachat-rpc-server-aarch64-macos.d
You can’t perform that action at this time.
0 commit comments