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 6262 run : |
6363 echo "archives_dir=$(readlink -f bazel-bin)" >> $GITHUB_ENV
6464 - name : UPLOAD package-generic-unix.tar.xz
65- uses : actions/upload-artifact@v3.1.3
65+ uses : actions/upload-artifact@v4.0.0
6666 with :
6767 name : bazel-package-generic-unix.tar.xz
6868 path : ${{ env.archives_dir }}/package-generic-unix.tar.xz
9797 PACKAGES_DIR="$PWD/PACKAGES" \
9898 VERSION="$VERSION"
9999 - name : UPLOAD package-generic-unix.tar.xz
100- uses : actions/upload-artifact@v3.1.3
100+ uses : actions/upload-artifact@v4.0.0
101101 with :
102102 name : make-package-generic-unix.tar.xz
103103 path : PACKAGES/rabbitmq-server-generic-unix-*.tar.xz
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.3
41+ uses : actions/upload-artifact@v4.0.0
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.3
76+ uses : actions/upload-artifact@v4.0.0
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.3
109+ uses : actions/upload-artifact@v4.0.0
110110 with :
111111 name : parsed-logs
112112 path : /tmp/execution-log-binary-*.log.txt
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload Test Artifacts
103103 if : always()
104- uses : actions/upload-artifact@v3.1.3
104+ uses : actions/upload-artifact@v4.0.0
105105 with :
106106 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
107107 path : |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Upload Test Artifacts
102102 if : always()
103- uses : actions/upload-artifact@v3.1.3
103+ uses : actions/upload-artifact@v4.0.0
104104 with :
105105 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
106106 path : |
You can’t perform that action at this time.
0 commit comments