4646 sudo ./llvm.sh $LLVM_VERSION
4747 echo "D_CLANG_VERSION=-DCLANG_VERSION=$LLVM_VERSION" >> $GITHUB_ENV
4848 - name : Source checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 with :
5151 path : src
5252 - name : Set up cache for ccache
7474 - name : Print ccache statistics
7575 run : ccache -s
7676 - name : Upload ISOs
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : reactos-${{matrix.compiler}}-${{matrix.arch}}-${{matrix.config}}-${{matrix.dllver}}-${{github.sha}}
8080 path : |
@@ -119,7 +119,7 @@ jobs:
119119 arch : amd64
120120 toolset : ${{matrix.toolset}}
121121 - name : Source checkout
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v6
123123 with :
124124 path : src
125125 - name : Configure
@@ -129,15 +129,15 @@ jobs:
129129 - name : Generate ISOs
130130 run : cmake --build build --target bootcd --target livecd
131131 - name : Upload ISOs
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v5
133133 with :
134134 name : reactos-msvc${{matrix.toolset}}-${{matrix.arch}}-${{matrix.config}}-${{matrix.dllver}}-${{github.sha}}
135135 path : |
136136 build/bootcd.iso
137137 build/livecd.iso
138138 - name : Upload debug symbols
139139 if : ${{ matrix.config == 'Debug' }}
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@v5
141141 with :
142142 name : reactos-syms-msvc${{matrix.toolset}}-${{matrix.arch}}-${{matrix.config}}-${{matrix.dllver}}-${{github.sha}}
143143 path : build/msvc_pdb
@@ -182,7 +182,7 @@ jobs:
182182 arch : amd64_arm64
183183 toolset : ${{matrix.toolset}}
184184 - name : Source checkout
185- uses : actions/checkout@v4
185+ uses : actions/checkout@v6
186186 with :
187187 path : src
188188 - name : Configure
@@ -218,7 +218,7 @@ jobs:
218218 if : ${{ matrix.arch == 'arm64' }}
219219 run : cmake --build build --target dll/cpl/all -- -k0
220220 - name : Upload compiled binaries
221- uses : actions/upload-artifact@v4
221+ uses : actions/upload-artifact@v5
222222 with :
223223 name : reactos-msvc${{matrix.toolset}}-${{matrix.arch}}-${{matrix.config}}-${{github.sha}}
224224 path : |
@@ -245,7 +245,7 @@ jobs:
245245 !**/*.tlb
246246 - name : Upload debug symbols
247247 if : ${{ matrix.config == 'Debug' }}
248- uses : actions/upload-artifact@v4
248+ uses : actions/upload-artifact@v5
249249 with :
250250 name : reactos-syms-msvc${{matrix.toolset}}-${{matrix.arch}}-${{matrix.config}}-${{github.sha}}
251251 path : build/msvc_pdb
@@ -287,7 +287,7 @@ jobs:
287287 - name : Add LLVM to PATH
288288 run : echo "${env:LLVM_PATH}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
289289 - name : Source checkout
290- uses : actions/checkout@v4
290+ uses : actions/checkout@v6
291291 with :
292292 path : src
293293 - name : Configure
@@ -297,15 +297,15 @@ jobs:
297297 - name : Generate ISOs
298298 run : cmake --build build --target bootcd --target livecd
299299 - name : Upload ISOs
300- uses : actions/upload-artifact@v4
300+ uses : actions/upload-artifact@v5
301301 with :
302302 name : reactos-clang-cl-${{matrix.arch}}-${{matrix.config}}-${{github.sha}}
303303 path : |
304304 build/bootcd.iso
305305 build/livecd.iso
306306 - name : Upload debug symbols
307307 if : ${{ matrix.config == 'Debug' }}
308- uses : actions/upload-artifact@v4
308+ uses : actions/upload-artifact@v5
309309 with :
310310 name : reactos-syms-clang-cl-${{matrix.arch}}-${{matrix.config}}-${{github.sha}}
311311 path : build/msvc_pdb
@@ -325,7 +325,7 @@ jobs:
325325 uses : ilammy/msvc-dev-cmd@v1
326326 with :
327327 arch : amd64_x86
328- - uses : actions/checkout@v4
328+ - uses : actions/checkout@v6
329329 with :
330330 path : src
331331 - name : Configure
0 commit comments