File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868 shell : ' script -q -e -c "bash {0}"' 
6969 # # Upload
7070 - name : Upload artifacts 
71-  uses : actions/upload-artifact@v3  
71+  uses : actions/upload-artifact@v4  
7272 with :
7373 name : build-Qt-${{ matrix.qt-version }}-${{ matrix.arch }} 
7474 path : | 
Original file line number Diff line number Diff line change 8888 shell : ' script -q -e -c "bash {0}"' 
8989 #  Upload artifacts
9090 - name : Upload artifacts 
91-  uses : actions/upload-artifact@v3  
91+  uses : actions/upload-artifact@v4  
9292 with :
9393 name : build-linux-${{ matrix.arch }} 
9494 path : | 
@@ -190,7 +190,7 @@ jobs:
190190 shell : bash 
191191 #  Upload artifacts
192192 - name : Upload artifacts 
193-  uses : actions/upload-artifact@v3  
193+  uses : actions/upload-artifact@v4  
194194 with :
195195 name : build-windows 
196196 path : ' *installer.exe' 
Original file line number Diff line number Diff line change 7575shell : bash 
7676 # # Upload
7777 - name : Upload artifacts 
78-  uses : actions/upload-artifact@v3  
78+  uses : actions/upload-artifact@v4  
7979 with :
8080 name : build-Qt-${{ matrix.qt-version }} 
8181 path : win_release/ 
9898 shell : bash 
9999 #  Upload installer
100100 - name : Upload installer 
101-  uses : actions/upload-artifact@v3  
101+  uses : actions/upload-artifact@v4  
102102 with :
103103 name : installer-Qt-${{ matrix.qt-version }} 
104104 path : ' *installer.exe' 
                         You can’t perform that action at this time. 
           
                  
0 commit comments