File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
--config=rbe-${{ matrix.erlang_version }} \
38
38
--execution_log_binary_file=/tmp/exec.log
39
39
- name : SAVE EXECUTION LOG BINARY
40
- uses : actions/upload-artifact@v2-preview
40
+ uses : actions/upload-artifact@v3
41
41
with :
42
42
name : execution-log-binary-A
43
43
path : /tmp/exec.log
72
72
--config=rbe-${{ matrix.erlang_version }} \
73
73
--execution_log_binary_file=/tmp/exec.log
74
74
- name : SAVE EXECUTION LOG BINARY
75
- uses : actions/upload-artifact@v2-preview
75
+ uses : actions/upload-artifact@v3
76
76
with :
77
77
name : execution-log-binary-B
78
78
path : /tmp/exec.log
@@ -105,7 +105,7 @@ jobs:
105
105
--output_path=/tmp/execution-log-binary-A.log.txt \
106
106
--output_path=/tmp/execution-log-binary-B.log.txt
107
107
- name : SAVE PARSED LOGS
108
- uses : actions/upload-artifact@v2-preview
108
+ uses : actions/upload-artifact@v3
109
109
with :
110
110
name : parsed-logs
111
111
path : /tmp/execution-log-binary-*.log.txt
Original file line number Diff line number Diff line change 96
96
97
97
- name : Upload Test Artifacts
98
98
if : always()
99
- uses : actions/upload-artifact@v3.1.2
99
+ uses : actions/upload-artifact@v3
100
100
with :
101
101
name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
102
102
path : |
You can’t perform that action at this time.
0 commit comments