@@ -24,12 +24,12 @@ jobs:
2424
2525 steps :
2626 - name : Checkout main repository code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v6
2828 with :
2929 ref : ' develop'
3030
3131 - name : Checkout dependency repository (xengine)
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 repository : libxengine/libxengine
3535 path : libxengine
@@ -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/
0 commit comments