File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
cd gccrs-build; \
71
71
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
72
72
- name : Archive check-rust results
73
- uses : actions/upload-artifact@v2
73
+ uses : actions/upload-artifact@v3
74
74
with :
75
75
name : check-rust-logs
76
76
path : |
@@ -147,7 +147,7 @@ jobs:
147
147
cd gccrs-build; \
148
148
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32}"
149
149
- name : Archive check-rust results
150
- uses : actions/upload-artifact@v2
150
+ uses : actions/upload-artifact@v3
151
151
with :
152
152
name : check-rust-logs
153
153
path : |
@@ -216,7 +216,7 @@ jobs:
216
216
make check-rust RUNTESTFLAGS="--target_board=unix\{-m32,-m64}"
217
217
218
218
- name : Archive check-rust results
219
- uses : actions/upload-artifact@v2
219
+ uses : actions/upload-artifact@v3
220
220
with :
221
221
name : check-rust-logs-4.8
222
222
path : |
@@ -271,7 +271,7 @@ jobs:
271
271
cd gccrs-build; \
272
272
make check-rust
273
273
- name : Archive check-rust results
274
- uses : actions/upload-artifact@v2
274
+ uses : actions/upload-artifact@v3
275
275
with :
276
276
name : check-rust-logs-macos
277
277
path : |
You can’t perform that action at this time.
0 commit comments