File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 --config=rbe-${{ matrix.erlang_version }} \
3838 --execution_log_binary_file=/tmp/exec.log
3939 - name : SAVE EXECUTION LOG BINARY
40- uses : actions/upload-artifact@v2-preview
40+ uses : actions/upload-artifact@v3
4141 with :
4242 name : execution-log-binary-A
4343 path : /tmp/exec.log
7272 --config=rbe-${{ matrix.erlang_version }} \
7373 --execution_log_binary_file=/tmp/exec.log
7474 - name : SAVE EXECUTION LOG BINARY
75- uses : actions/upload-artifact@v2-preview
75+ uses : actions/upload-artifact@v3
7676 with :
7777 name : execution-log-binary-B
7878 path : /tmp/exec.log
@@ -105,7 +105,7 @@ jobs:
105105 --output_path=/tmp/execution-log-binary-A.log.txt \
106106 --output_path=/tmp/execution-log-binary-B.log.txt
107107 - name : SAVE PARSED LOGS
108- uses : actions/upload-artifact@v2-preview
108+ uses : actions/upload-artifact@v3
109109 with :
110110 name : parsed-logs
111111 path : /tmp/execution-log-binary-*.log.txt
You can’t perform that action at this time.
0 commit comments