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-${{ env.VERSION }}.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-${{ env.VERSION }}.tar.xz 
103103 path : PACKAGES/rabbitmq-server-generic-unix-*.tar.xz 
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@v3.1.3  
40+  uses : actions/upload-artifact@v4.0.0  
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@v3.1.3  
75+  uses : actions/upload-artifact@v4.0.0  
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@v3.1.3  
108+  uses : actions/upload-artifact@v4.0.0  
109109 with :
110110 name : parsed-logs 
111111 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 @@ -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 : | 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments