@@ -39,17 +39,17 @@ jobs:
39
39
- name : Generate FFI bindings
40
40
run : just gen
41
41
- name : Upload Rust bridge_generated directory
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : rust_bridge_generated
45
45
path : mobile/native/src/bridge_generated/
46
46
- name : Upload Dart bridge_generated directory
47
- uses : actions/upload-artifact@v2
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : dart_bridge_generated
50
50
path : mobile/lib/bridge_generated/
51
51
- name : Upload Dart mocks directory
52
- uses : actions/upload-artifact@v2
52
+ uses : actions/upload-artifact@v4
53
53
with :
54
54
name : dart_mocks_generated
55
55
path : mobile/test/*.mocks.dart
81
81
run : rustup show
82
82
-
uses :
Swatinem/[email protected]
83
83
- name : Download RUST FFI bindings
84
- uses : actions/download-artifact@v2
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : rust_bridge_generated
87
87
path : mobile/native/src/bridge_generated
@@ -102,12 +102,12 @@ jobs:
102
102
cache-key : flutter-${{ env.FLUTTER_VERSION }}
103
103
cache-path : ${{ runner.tool_cache }}/flutter
104
104
- name : Download Dart mocks directory
105
- uses : actions/download-artifact@v2
105
+ uses : actions/download-artifact@v4
106
106
with :
107
107
name : dart_mocks_generated
108
108
path : mobile/test
109
109
- name : Download Dart bridge_generated directory
110
- uses : actions/download-artifact@v2
110
+ uses : actions/download-artifact@v4
111
111
with :
112
112
name : dart_bridge_generated
113
113
path : mobile/lib/bridge_generated
@@ -135,15 +135,15 @@ jobs:
135
135
cache-key : flutter-${{ env.FLUTTER_VERSION }}
136
136
cache-path : ${{ runner.tool_cache }}/flutter
137
137
- name : Download Rust generated FFI flutter bindings
138
- uses : actions/download-artifact@v2
138
+ uses : actions/download-artifact@v4
139
139
with :
140
140
name : rust_bridge_generated
141
141
path : mobile/native/src/bridge_generated
142
142
- name : Running cargo tests
143
143
run : RUST_BACKTRACE=1 cargo test
144
144
# Flutter tests run `build_runner`, so no need to download mocks
145
145
- name : Download Dart bridge_generated directory
146
- uses : actions/download-artifact@v2
146
+ uses : actions/download-artifact@v4
147
147
with :
148
148
name : dart_bridge_generated
149
149
path : mobile/lib/bridge_generated
@@ -212,7 +212,7 @@ jobs:
212
212
target/debug/coordinator
213
213
key : test-cache-${{ github.run_id }}-${{ github.run_number }}
214
214
- name : Download RUST FFI bindings
215
- uses : actions/download-artifact@v2
215
+ uses : actions/download-artifact@v4
216
216
with :
217
217
name : rust_bridge_generated
218
218
path : mobile/native/src/bridge_generated
@@ -333,7 +333,7 @@ jobs:
333
333
run : rustup show
334
334
-
uses :
Swatinem/[email protected]
335
335
- name : Download RUST FFI bindings
336
- uses : actions/download-artifact@v2
336
+ uses : actions/download-artifact@v4
337
337
with :
338
338
name : rust_bridge_generated
339
339
path : mobile/native/src/bridge_generated
0 commit comments