File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
run : cargo build -p deltachat_ffi --features jsonrpc
121
121
122
122
- name : Upload C library
123
- uses : actions/upload-artifact@v3
123
+ uses : actions/upload-artifact@v4
124
124
with :
125
125
name : ${{ matrix.os }}-libdeltachat.a
126
126
path : target/debug/libdeltachat.a
@@ -142,7 +142,7 @@ jobs:
142
142
run : cargo build -p deltachat-rpc-server
143
143
144
144
- name : Upload deltachat-rpc-server
145
- uses : actions/upload-artifact@v3
145
+ uses : actions/upload-artifact@v4
146
146
with :
147
147
name : ${{ matrix.os }}-deltachat-rpc-server
148
148
path : ${{ matrix.os == 'windows-latest' && 'target/debug/deltachat-rpc-server.exe' || 'target/debug/deltachat-rpc-server' }}
Original file line number Diff line number Diff line change 33
33
run : sh scripts/zig-rpc-server.sh
34
34
35
35
- name : Upload dist directory with Linux binaries
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : linux
39
39
path : dist/
66
66
run : cargo build --release --package deltachat-rpc-server --target ${{ matrix.target }} --features vendored
67
67
68
68
- name : Upload binary
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : deltachat-rpc-server-${{ matrix.artifact }}
72
72
path : target/${{ matrix.target}}/release/${{ matrix.path }}
92
92
run : cargo build --release --package deltachat-rpc-server --target ${{ matrix.arch }}-apple-darwin --features vendored
93
93
94
94
- name : Upload binary
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
97
name : deltachat-rpc-server-${{ matrix.arch }}-macos
98
98
path : target/${{ matrix.arch }}-apple-darwin/release/deltachat-rpc-server
Original file line number Diff line number Diff line change 49
49
ls -lah
50
50
mv $(find deltachat-jsonrpc-client-*) $DELTACHAT_JSONRPC_TAR_GZ
51
51
- name : Upload Prebuild
52
- uses : actions/upload-artifact@v3
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : deltachat-jsonrpc-client.tgz
55
55
path : deltachat-jsonrpc/typescript/${{ env.DELTACHAT_JSONRPC_TAR_GZ }}
Original file line number Diff line number Diff line change 56
56
tar -zcvf "${{ matrix.os }}.tar.gz" -C prebuilds .
57
57
58
58
- name : Upload Prebuild
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : ${{ matrix.os }}
62
62
path : node/${{ matrix.os }}.tar.gz
@@ -125,7 +125,7 @@ jobs:
125
125
tar -zcvf "linux.tar.gz" -C prebuilds .
126
126
127
127
- name : Upload Prebuild
128
- uses : actions/upload-artifact@v3
128
+ uses : actions/upload-artifact@v4
129
129
with :
130
130
name : linux
131
131
path : node/linux.tar.gz
@@ -201,7 +201,7 @@ jobs:
201
201
ls -lah
202
202
mv $(find deltachat-node-*) $DELTACHAT_NODE_TAR_GZ
203
203
- name : Upload prebuild
204
- uses : actions/upload-artifact@v3
204
+ uses : actions/upload-artifact@v4
205
205
with :
206
206
name : deltachat-node.tgz
207
207
path : ${{ env.DELTACHAT_NODE_TAR_GZ }}
Original file line number Diff line number Diff line change 18
18
run : cargo build -p deltachat-repl --features vendored
19
19
20
20
- name : Upload binary
21
- uses : actions/upload-artifact@v3
21
+ uses : actions/upload-artifact@v4
22
22
with :
23
23
name : repl.exe
24
24
path : " target/debug/deltachat-repl.exe"
You can’t perform that action at this time.
0 commit comments