File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 ./XEngine_XStorageApp -t
9393
9494 - name : Upload folder as artifact with Alma Linux
95- uses : actions/upload-artifact@v6
95+ uses : actions/upload-artifact@v7
9696 with :
9797 name : XEngine_XStorageApp-AlmaLinux_${{ matrix.version }}_${{ matrix.artifact }}
9898 path : XEngine_Release/
Original file line number Diff line number Diff line change 9696 ./XEngine_XStorageApp -t
9797
9898 - name : Upload folder as artifact with CentOS
99- uses : actions/upload-artifact@v6
99+ uses : actions/upload-artifact@v7
100100 with :
101101 name : XEngine_XStorageApp-CentOS_${{ matrix.version }}_${{ matrix.artifact }}
102102 path : XEngine_Release/
Original file line number Diff line number Diff line change 9494 ./XEngine_XStorageApp -t
9595
9696 - name : Upload folder as artifact with RockyLinux
97- uses : actions/upload-artifact@v6
97+ uses : actions/upload-artifact@v7
9898 with :
9999 name : XEngine_XStorageApp-RockyLinux_${{ matrix.version }}_${{ matrix.artifact }}
100100 path : XEngine_Release/
Original file line number Diff line number Diff line change 2929 continue-on-error : true
3030
3131 - name : Upload Cppcheck Results
32- uses : actions/upload-artifact@v6
32+ uses : actions/upload-artifact@v7
3333 with :
3434 name : cppcheck_results
3535 path : static_analysis/log.xml
Original file line number Diff line number Diff line change 8686 ./XEngine_XStorageApp -t
8787
8888 - name : Upload folder as artifact
89- uses : actions/upload-artifact@v6
89+ uses : actions/upload-artifact@v7
9090 with :
9191 name : XEngine_XStorageApp-Debian_${{ matrix.version }}_x86-64
9292 path : XEngine_Release/
Original file line number Diff line number Diff line change 8282 ./XEngine_XStorageApp -t
8383
8484 - name : Upload folder as artifact
85- uses : actions/upload-artifact@v6
85+ uses : actions/upload-artifact@v7
8686 with :
8787 name : XEngine_XStorageApp-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
8888 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ jobs:
8181
8282 - name : Upload folder as artifact with mac x64
8383 if : matrix.os == 'macos-15-intel'
84- uses : actions/upload-artifact@v6
84+ uses : actions/upload-artifact@v7
8585 with :
8686 name : XEngine_XStorageApp-Mac_x86_64
8787 path : XEngine_Release/
8888 retention-days : 1
8989 - name : Upload folder as artifact with mac arm
9090 if : matrix.os == 'macos-15'
91- uses : actions/upload-artifact@v6
91+ uses : actions/upload-artifact@v7
9292 with :
9393 name : XEngine_XStorageApp-Mac_Arm64
9494 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -113,21 +113,21 @@ jobs:
113113
114114 - name : Upload folder as artifact with x86
115115 if : matrix.configuration == 'Release' && matrix.platform == 'x86'
116- uses : actions/upload-artifact@v6
116+ uses : actions/upload-artifact@v7
117117 with :
118118 name : XEngine_StorageApp-Windows_x86_32
119119 path : XEngine_Release/
120120 retention-days : 1
121121 - name : Upload folder as artifact with x64
122122 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
123- uses : actions/upload-artifact@v6
123+ uses : actions/upload-artifact@v7
124124 with :
125125 name : XEngine_StorageApp-Windows_x86_64
126126 path : XEngine_Release/
127127 retention-days : 1
128128 - name : Upload folder as artifact with ARM64
129129 if : matrix.configuration == 'Release' && matrix.platform == 'ARM64'
130- uses : actions/upload-artifact@v6
130+ uses : actions/upload-artifact@v7
131131 with :
132132 name : XEngine_StorageApp-Windows_Arm64
133133 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -100,28 +100,28 @@ jobs:
100100
101101 - name : Upload folder as artifact with ubuntu22.04
102102 if : matrix.os == 'ubuntu-22.04'
103- uses : actions/upload-artifact@v6
103+ uses : actions/upload-artifact@v7
104104 with :
105105 name : XEngine_XStorageApp-Ubuntu_22.04_x86_64
106106 path : XEngine_Release/
107107 retention-days : 1
108108 - name : Upload folder as artifact with ubuntu24.04
109109 if : matrix.os == 'ubuntu-24.04'
110- uses : actions/upload-artifact@v6
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : XEngine_XStorageApp-Ubuntu_24.04_x86_64
113113 path : XEngine_Release/
114114 retention-days : 1
115115 - name : Upload folder as artifact with ubuntu22.04-arm
116116 if : matrix.os == 'ubuntu-22.04-arm'
117- uses : actions/upload-artifact@v6
117+ uses : actions/upload-artifact@v7
118118 with :
119119 name : XEngine_XStorageApp-Ubuntu_22.04_Arm64
120120 path : XEngine_Release/
121121 retention-days : 1
122122 - name : Upload folder as artifact with ubuntu24.04-arm
123123 if : matrix.os == 'ubuntu-24.04-arm'
124- uses : actions/upload-artifact@v6
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : XEngine_XStorageApp-Ubuntu_24.04_Arm64
127127 path : XEngine_Release/
You can’t perform that action at this time.
0 commit comments