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.1 .0
65
+ uses : actions/upload-artifact@v4.2 .0
66
66
with :
67
67
name : bazel-package-generic-unix-${{ env.VERSION }}.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.1 .0
100
+ uses : actions/upload-artifact@v4.2 .0
101
101
with :
102
102
name : make-package-generic-unix-${{ env.VERSION }}.tar.xz
103
103
path : PACKAGES/rabbitmq-server-generic-unix-*.tar.xz
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@v4.1 .0
40
+ uses : actions/upload-artifact@v4.2 .0
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@v4.1 .0
75
+ uses : actions/upload-artifact@v4.2 .0
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@v4.1 .0
108
+ uses : actions/upload-artifact@v4.2 .0
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 @@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Upload Test Artifacts
106
106
if : always()
107
- uses : actions/upload-artifact@v4.1 .0
107
+ uses : actions/upload-artifact@v4.2 .0
108
108
with :
109
109
name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
110
110
path : |
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.1 .0
104
+ uses : actions/upload-artifact@v4.2 .0
105
105
with :
106
106
name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
107
107
path : |
You can’t perform that action at this time.
0 commit comments