2222
2323 steps :
2424 - name : Checkout ${{ github.repository }}
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626
2727 - name : Get dry run
2828 id : get-dry-run
8686
8787 steps :
8888 - name : Checkout ${{ github.repository }}
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v6
9090
9191 - name : Configure Android NDK
9292 if : ${{ matrix.os == 'android' }}
@@ -212,7 +212,7 @@ jobs:
212212 shell : pwsh
213213
214214 - name : Upload native components
215- uses : actions/upload-artifact@v4
215+ uses : actions/upload-artifact@v7
216216 with :
217217 name : ironrdp-${{matrix.os}}-${{matrix.arch}}
218218 path : dependencies/runtimes/${{matrix.os}}-${{matrix.arch}}
@@ -228,13 +228,13 @@ jobs:
228228
229229 steps :
230230 - name : Checkout ${{ github.repository }}
231- uses : actions/checkout@v4
231+ uses : actions/checkout@v6
232232
233233 - name : Setup CCTools
234234 uses : Devolutions/actions-public/setup-cctools@v1
235235
236236 - name : Download native components
237- uses : actions/download-artifact@v4
237+ uses : actions/download-artifact@v8
238238 with :
239239 path : dependencies/runtimes
240240
@@ -296,7 +296,7 @@ jobs:
296296 shell : pwsh
297297
298298 - name : Upload native components
299- uses : actions/upload-artifact@v4
299+ uses : actions/upload-artifact@v7
300300 with :
301301 name : ironrdp-${{ matrix.os }}-universal
302302 path : dependencies/runtimes/${{ matrix.os }}-universal
@@ -308,10 +308,10 @@ jobs:
308308
309309 steps :
310310 - name : Check out ${{ github.repository }}
311- uses : actions/checkout@v4
311+ uses : actions/checkout@v6
312312
313313 - name : Add msbuild to PATH
314- uses : microsoft/setup-msbuild@v2
314+ uses : microsoft/setup-msbuild@v3
315315
316316 - name : Install ios workload
317317 run : dotnet workload install ios
@@ -322,7 +322,7 @@ jobs:
322322 shell : pwsh
323323
324324 - name : Download native components
325- uses : actions/download-artifact@v4
325+ uses : actions/download-artifact@v8
326326 with :
327327 path : dependencies/runtimes
328328
@@ -342,7 +342,7 @@ jobs:
342342 shell : pwsh
343343
344344 - name : Upload managed components
345- uses : actions/upload-artifact@v4
345+ uses : actions/upload-artifact@v7
346346 with :
347347 name : ironrdp-nupkg
348348 path : ffi/dotnet/Devolutions.IronRdp/bin/Release/*.nupkg
@@ -358,7 +358,7 @@ jobs:
358358
359359 steps :
360360 - name : Download NuGet package artifact
361- uses : actions/download-artifact@v4
361+ uses : actions/download-artifact@v8
362362 with :
363363 name : ironrdp-nupkg
364364 path : package
0 commit comments