File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 --config=rbe-${{ matrix.erlang_version }} \
3939 --execution_log_binary_file=/tmp/exec.log
4040 - name : SAVE EXECUTION LOG BINARY
41- uses : actions/upload-artifact@v3.1.1
41+ uses : actions/upload-artifact@v3.1.2
4242 with :
4343 name : execution-log-binary-A
4444 path : /tmp/exec.log
7373 --config=rbe-${{ matrix.erlang_version }} \
7474 --execution_log_binary_file=/tmp/exec.log
7575 - name : SAVE EXECUTION LOG BINARY
76- uses : actions/upload-artifact@v3.1.1
76+ uses : actions/upload-artifact@v3.1.2
7777 with :
7878 name : execution-log-binary-B
7979 path : /tmp/exec.log
@@ -106,7 +106,7 @@ jobs:
106106 --output_path=/tmp/execution-log-binary-A.log.txt \
107107 --output_path=/tmp/execution-log-binary-B.log.txt
108108 - name : SAVE PARSED LOGS
109- uses : actions/upload-artifact@v3.1.1
109+ uses : actions/upload-artifact@v3.1.2
110110 with :
111111 name : parsed-logs
112112 path : /tmp/execution-log-binary-*.log.txt
Original file line number Diff line number Diff line change 9595
9696 - name : Upload Test Artifacts
9797 if : always()
98- uses : actions/upload-artifact@v3.1.1
98+ uses : actions/upload-artifact@v3.1.2
9999 with :
100100 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
101101 path : |
You can’t perform that action at this time.
0 commit comments