1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 submodules : recursive
2525
5555 ${{github.workspace}}/build/uiohook_tests
5656
5757 - name : Upload
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : libuiohook-macos-arm64
6161 path : ${{github.workspace}}/dist/**/*
6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v5
68+ uses : actions/checkout@v6
6969 with :
7070 submodules : recursive
7171
9696 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
9797
9898 - name : Upload
99- uses : actions/upload-artifact@v5
99+ uses : actions/upload-artifact@v6
100100 with :
101101 name : libuiohook-macos-x64
102102 path : ${{github.workspace}}/dist/**/*
@@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : Checkout
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110 with :
111111 submodules : recursive
112112
@@ -144,7 +144,7 @@ jobs:
144144 ${{github.workspace}}/build/uiohook_tests
145145
146146 - name : Upload
147- uses : actions/upload-artifact@v5
147+ uses : actions/upload-artifact@v6
148148 with :
149149 name : libuiohook-mac-catalyst-arm64
150150 path : ${{github.workspace}}/dist/**/*
@@ -154,7 +154,7 @@ jobs:
154154
155155 steps :
156156 - name : Checkout
157- uses : actions/checkout@v5
157+ uses : actions/checkout@v6
158158 with :
159159 submodules : recursive
160160
@@ -187,7 +187,7 @@ jobs:
187187 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
188188
189189 - name : Upload
190- uses : actions/upload-artifact@v5
190+ uses : actions/upload-artifact@v6
191191 with :
192192 name : libuiohook-mac-catalyst-x64
193193 path : ${{github.workspace}}/dist/**/*
@@ -197,7 +197,7 @@ jobs:
197197
198198 steps :
199199 - name : Checkout
200- uses : actions/checkout@v5
200+ uses : actions/checkout@v6
201201 with :
202202 submodules : recursive
203203
@@ -258,7 +258,7 @@ jobs:
258258 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
259259
260260 - name : Upload
261- uses : actions/upload-artifact@v5
261+ uses : actions/upload-artifact@v6
262262 with :
263263 name : libuiohook-linux-arm
264264 path : ${{github.workspace}}/dist/**/*
@@ -268,7 +268,7 @@ jobs:
268268
269269 steps :
270270 - name : Checkout
271- uses : actions/checkout@v5
271+ uses : actions/checkout@v6
272272 with :
273273 submodules : recursive
274274
@@ -311,7 +311,7 @@ jobs:
311311 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
312312
313313 - name : Upload
314- uses : actions/upload-artifact@v5
314+ uses : actions/upload-artifact@v6
315315 with :
316316 name : libuiohook-linux-arm64
317317 path : ${{github.workspace}}/dist/**/*
@@ -321,7 +321,7 @@ jobs:
321321
322322 steps :
323323 - name : Checkout
324- uses : actions/checkout@v5
324+ uses : actions/checkout@v6
325325 with :
326326 submodules : recursive
327327
@@ -365,7 +365,7 @@ jobs:
365365 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
366366
367367 - name : Upload
368- uses : actions/upload-artifact@v5
368+ uses : actions/upload-artifact@v6
369369 with :
370370 name : libuiohook-linux-x64
371371 path : ${{github.workspace}}/dist/**/*
@@ -374,7 +374,7 @@ jobs:
374374 runs-on : windows-11-arm
375375
376376 steps :
377- - uses : actions/checkout@v5
377+ - uses : actions/checkout@v6
378378 with :
379379 submodules : recursive
380380
@@ -410,7 +410,7 @@ jobs:
410410 ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
411411
412412 - name : Upload
413- uses : actions/upload-artifact@v5
413+ uses : actions/upload-artifact@v6
414414 with :
415415 name : libuiohook-windows-arm64
416416 path : ${{github.workspace}}/dist/**/*
@@ -419,7 +419,7 @@ jobs:
419419 runs-on : windows-latest
420420
421421 steps :
422- - uses : actions/checkout@v5
422+ - uses : actions/checkout@v6
423423 with :
424424 submodules : recursive
425425
@@ -455,7 +455,7 @@ jobs:
455455 ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
456456
457457 - name : Upload
458- uses : actions/upload-artifact@v5
458+ uses : actions/upload-artifact@v6
459459 with :
460460 name : libuiohook-windows-x86
461461 path : ${{github.workspace}}/dist/**/*
@@ -464,7 +464,7 @@ jobs:
464464 runs-on : windows-latest
465465
466466 steps :
467- - uses : actions/checkout@v5
467+ - uses : actions/checkout@v6
468468 with :
469469 submodules : recursive
470470
@@ -500,7 +500,7 @@ jobs:
500500 ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
501501
502502 - name : Upload
503- uses : actions/upload-artifact@v5
503+ uses : actions/upload-artifact@v6
504504 with :
505505 name : libuiohook-windows-x64
506506 path : ${{github.workspace}}/dist/**/*
@@ -521,7 +521,7 @@ jobs:
521521 - libuiohook-windows-x64
522522
523523 steps :
524- - uses : actions/upload-artifact/merge@v5
524+ - uses : actions/upload-artifact/merge@v6
525525 with :
526526 name : libuiohook-build
527527 pattern : libuiohook-*
@@ -533,7 +533,7 @@ jobs:
533533 - merge-libuiohook-artifacts
534534
535535 steps :
536- - uses : actions/checkout@v5
536+ - uses : actions/checkout@v6
537537 with :
538538 submodules : recursive
539539
@@ -551,7 +551,7 @@ jobs:
551551 run : dotnet tool update --global docfx
552552
553553 - name : Fetch libuiohook
554- uses : actions/download-artifact@v6
554+ uses : actions/download-artifact@v7
555555 with :
556556 name : libuiohook-build
557557 path : libuiohook-build
@@ -604,7 +604,7 @@ jobs:
604604 dotnet pack --no-build --nologo -c Release -o ${{github.workspace}}\build\
605605
606606 - name : Upload SharpHook
607- uses : actions/upload-artifact@v5
607+ uses : actions/upload-artifact@v6
608608 with :
609609 name : sharphook-build
610610 path : ${{github.workspace}}\build\*
@@ -636,7 +636,7 @@ jobs:
636636
637637 steps :
638638 - name : Checkout
639- uses : actions/checkout@v5
639+ uses : actions/checkout@v6
640640 with :
641641 submodules : recursive
642642
@@ -646,7 +646,7 @@ jobs:
646646 dotnet-version : ${{ env.DOTNET_VERSION }}
647647
648648 - name : Fetch Packages
649- uses : actions/download-artifact@v6
649+ uses : actions/download-artifact@v7
650650 with :
651651 name : sharphook-build
652652 path : sharphook-build
0 commit comments