File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 62
62
run : |
63
63
echo "archives_dir=$(readlink -f bazel-bin)" >> $GITHUB_ENV
64
64
- name : UPLOAD package-generic-unix.tar.xz
65
- uses : actions/upload-artifact@v4.2 .0
65
+ uses : actions/upload-artifact@v4.3 .0
66
66
with :
67
67
name : bazel-package-generic-unix.tar.xz
68
68
path : ${{ env.archives_dir }}/package-generic-unix.tar.xz
97
97
PACKAGES_DIR="$PWD/PACKAGES" \
98
98
VERSION="$VERSION"
99
99
- name : UPLOAD package-generic-unix.tar.xz
100
- uses : actions/upload-artifact@v4.2 .0
100
+ uses : actions/upload-artifact@v4.3 .0
101
101
with :
102
102
name : make-package-generic-unix.tar.xz
103
103
path : PACKAGES/rabbitmq-server-generic-unix-*.tar.xz
Original file line number Diff line number Diff line change 38
38
--config=rbe-${{ matrix.erlang_version }} \
39
39
--execution_log_binary_file=/tmp/exec.log
40
40
- name : SAVE EXECUTION LOG BINARY
41
- uses : actions/upload-artifact@v4.2 .0
41
+ uses : actions/upload-artifact@v4.3 .0
42
42
with :
43
43
name : execution-log-binary-A
44
44
path : /tmp/exec.log
73
73
--config=rbe-${{ matrix.erlang_version }} \
74
74
--execution_log_binary_file=/tmp/exec.log
75
75
- name : SAVE EXECUTION LOG BINARY
76
- uses : actions/upload-artifact@v4.2 .0
76
+ uses : actions/upload-artifact@v4.3 .0
77
77
with :
78
78
name : execution-log-binary-B
79
79
path : /tmp/exec.log
@@ -106,7 +106,7 @@ jobs:
106
106
--output_path=/tmp/execution-log-binary-A.log.txt \
107
107
--output_path=/tmp/execution-log-binary-B.log.txt
108
108
- name : SAVE PARSED LOGS
109
- uses : actions/upload-artifact@v4.2 .0
109
+ uses : actions/upload-artifact@v4.3 .0
110
110
with :
111
111
name : parsed-logs
112
112
path : /tmp/execution-log-binary-*.log.txt
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
102
102
- name : Upload Test Artifacts
103
103
if : always()
104
- uses : actions/upload-artifact@v4.2 .0
104
+ uses : actions/upload-artifact@v4.3 .0
105
105
with :
106
106
name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
107
107
path : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Upload Test Artifacts
102
102
if : always()
103
- uses : actions/upload-artifact@v4.2 .0
103
+ uses : actions/upload-artifact@v4.3 .0
104
104
with :
105
105
name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
106
106
path : |
You can’t perform that action at this time.
0 commit comments