File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 ./XEngine_AuthorizeService -t
9090
9191 - name : Upload folder as artifact
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v6
9393 with :
9494 name : XEngine_AuthorizeService-AlmaLinux_${{ matrix.version }}_${{ matrix.artifact }}
9595 path : XEngine_Release/
Original file line number Diff line number Diff line change 9393 ./XEngine_AuthorizeService -t
9494
9595 - name : Upload folder as artifact
96- uses : actions/upload-artifact@v4
96+ uses : actions/upload-artifact@v6
9797 with :
9898 name : XEngine_AuthorizeService-CentOS_${{ matrix.version }}_${{ matrix.artifact }}
9999 path : XEngine_Release/
Original file line number Diff line number Diff line change 9595 ./XEngine_AuthorizeService -t
9696
9797 - name : Upload folder as artifact with RockyLinux
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v6
9999 with :
100100 name : XEngine_AuthorizeService-RockyLinux_${{ matrix.version }}_${{ matrix.artifact }}
101101 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -102,28 +102,28 @@ jobs:
102102
103103 - name : Upload folder as artifact with ubuntu22.04
104104 if : matrix.os == 'ubuntu-22.04'
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v6
106106 with :
107107 name : XEngine_AuthorizeService-Ubuntu_22.04_x86-64
108108 path : XEngine_Release/
109109 retention-days : 1
110110 - name : Upload folder as artifact with ubuntu24.04
111111 if : matrix.os == 'ubuntu-24.04'
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v6
113113 with :
114114 name : XEngine_AuthorizeService-Ubuntu_24.04_x86-64
115115 path : XEngine_Release/
116116 retention-days : 1
117117 - name : Upload folder as artifact with ubuntu24.04 arm64
118118 if : matrix.os == 'ubuntu-24.04-arm'
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v6
120120 with :
121121 name : XEngine_AuthorizeService-Ubuntu_24.04_Arm64
122122 path : XEngine_Release/
123123 retention-days : 1
124124 - name : Upload folder as artifact with ubuntu22.04 arm64
125125 if : matrix.os == 'ubuntu-22.04-arm'
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v6
127127 with :
128128 name : XEngine_AuthorizeService-Ubuntu_22.04_Arm64
129129 path : XEngine_Release/
Original file line number Diff line number Diff line change 5050 sudo ./XEngine_LINEnv.sh -i 3
5151
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@v3
53+ uses : github/codeql-action/init@v4
5454 with :
5555 languages : ${{ matrix.language }}
5656
6060 make
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@v3
63+ uses : github/codeql-action/analyze@v4
6464 with :
6565 category : " /language:${{ matrix.language }}"
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@v4
32+ uses : actions/upload-artifact@v6
3333 with :
3434 name : cppcheck_results
3535 path : static_analysis/log.xml
Original file line number Diff line number Diff line change 8181 ./XEngine_AuthorizeService -t
8282
8383 - name : Upload folder as artifact
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : XEngine_AuthorizeService-Debian_${{ matrix.version }}_x86-64
8787 path : XEngine_Release/
Original file line number Diff line number Diff line change 8282 ./XEngine_AuthorizeService -t
8383
8484 - name : Upload folder as artifact
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v6
8686 with :
8787 name : XEngine_AuthorizeService-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
8888 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ jobs:
8585
8686 - name : Upload folder as artifact with mac x64
8787 if : matrix.os == 'macos-15-intel'
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v6
8989 with :
9090 name : XEngine_AuthorizeService-Mac_x86-64
9191 path : XEngine_Release/
9292 retention-days : 1
9393 - name : Upload folder as artifact with mac arm
9494 if : matrix.os == 'macos-15'
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v6
9696 with :
9797 name : XEngine_AuthorizeService-Mac_Arm64
9898 path : XEngine_Release/
Original file line number Diff line number Diff line change @@ -110,21 +110,21 @@ jobs:
110110
111111 - name : Upload folder as artifact with x86
112112 if : matrix.configuration == 'Release' && matrix.platform == 'x86'
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v6
114114 with :
115115 name : XEngine_AuthorizeService-Windows_x86-32
116116 path : XEngine_Release/
117117 retention-days : 1
118118 - name : Upload folder as artifact with x64
119119 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v6
121121 with :
122122 name : XEngine_AuthorizeService-Windows_x86-64
123123 path : XEngine_Release/
124124 retention-days : 1
125125 - name : Upload folder as artifact with Arm64
126126 if : matrix.configuration == 'Release' && matrix.platform == 'Arm64'
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v6
128128 with :
129129 name : XEngine_AuthorizeService-Windows_Arm64
130130 path : XEngine_Release/
You can’t perform that action at this time.
0 commit comments