2727
2828 steps :
2929 - name : Checkout ${{ github.repository }}
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131
3232 - name : Get dry run
3333 id : get-dry-run
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Checkout ${{ github.repository }}
110- uses : actions/checkout@v4
110+ uses : actions/checkout@v6
111111
112112 - name : Configure Android NDK
113113 uses : Devolutions/actions-public/cargo-android-ndk@v1
@@ -200,7 +200,7 @@ jobs:
200200 shell : pwsh
201201
202202 - name : Upload native components
203- uses : actions/upload-artifact@v4
203+ uses : actions/upload-artifact@v7
204204 with :
205205 name : picky-${{matrix.os}}-${{matrix.arch}}
206206 path : dependencies/runtimes/${{matrix.os}}-${{matrix.arch}}
@@ -216,13 +216,13 @@ jobs:
216216
217217 steps :
218218 - name : Checkout ${{ github.repository }}
219- uses : actions/checkout@v4
219+ uses : actions/checkout@v6
220220
221221 - name : Setup CCTools
222222 uses : Devolutions/actions-public/setup-cctools@v1
223223
224224 - name : Download native components
225- uses : actions/download-artifact@v4
225+ uses : actions/download-artifact@v8
226226 with :
227227 path : dependencies/runtimes
228228
@@ -284,7 +284,7 @@ jobs:
284284 shell : pwsh
285285
286286 - name : Upload native components
287- uses : actions/upload-artifact@v4
287+ uses : actions/upload-artifact@v7
288288 with :
289289 name : picky-${{ matrix.os }}-universal
290290 path : dependencies/runtimes/${{ matrix.os }}-universal
@@ -296,7 +296,7 @@ jobs:
296296
297297 steps :
298298 - name : Check out ${{ github.repository }}
299- uses : actions/checkout@v4
299+ uses : actions/checkout@v6
300300
301301 - name : Install ios workload
302302 run : dotnet workload install ios
@@ -307,7 +307,7 @@ jobs:
307307 shell : pwsh
308308
309309 - name : Download native components
310- uses : actions/download-artifact@v4
310+ uses : actions/download-artifact@v8
311311 with :
312312 path : dependencies/runtimes
313313
@@ -336,7 +336,7 @@ jobs:
336336 shell : pwsh
337337
338338 - name : Upload managed components
339- uses : actions/upload-artifact@v4
339+ uses : actions/upload-artifact@v7
340340 with :
341341 name : picky-nupkg
342342 path : ffi/dotnet/Devolutions.Picky/bin/Release/*.nupkg
@@ -352,7 +352,7 @@ jobs:
352352
353353 steps :
354354 - name : Download NuGet package artifact
355- uses : actions/download-artifact@v4
355+ uses : actions/download-artifact@v8
356356 with :
357357 name : picky-nupkg
358358 path : package
0 commit comments