4949 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
5050
5151 - name : Upload
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : libuiohook-macos-arm64
5555 path : ${{github.workspace}}/dist/**/*
8989 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
9090
9191 - name : Upload
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : libuiohook-macos-x64
9595 path : ${{github.workspace}}/dist/**/*
@@ -131,7 +131,7 @@ jobs:
131131 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
132132
133133 - name : Upload
134- uses : actions/upload-artifact@v4
134+ uses : actions/upload-artifact@v5
135135 with :
136136 name : libuiohook-mac-catalyst-arm64
137137 path : ${{github.workspace}}/dist/**/*
@@ -173,7 +173,7 @@ jobs:
173173 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
174174
175175 - name : Upload
176- uses : actions/upload-artifact@v4
176+ uses : actions/upload-artifact@v5
177177 with :
178178 name : libuiohook-mac-catalyst-x64
179179 path : ${{github.workspace}}/dist/**/*
@@ -243,7 +243,7 @@ jobs:
243243 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
244244
245245 - name : Upload
246- uses : actions/upload-artifact@v4
246+ uses : actions/upload-artifact@v5
247247 with :
248248 name : libuiohook-linux-arm
249249 path : ${{github.workspace}}/dist/**/*
@@ -313,7 +313,7 @@ jobs:
313313 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
314314
315315 - name : Upload
316- uses : actions/upload-artifact@v4
316+ uses : actions/upload-artifact@v5
317317 with :
318318 name : libuiohook-linux-arm64
319319 path : ${{github.workspace}}/dist/**/*
@@ -366,7 +366,7 @@ jobs:
366366 cmake --install ${{github.workspace}}/build --config RelWithDebInfo
367367
368368 - name : Upload
369- uses : actions/upload-artifact@v4
369+ uses : actions/upload-artifact@v5
370370 with :
371371 name : libuiohook-linux-x64
372372 path : ${{github.workspace}}/dist/**/*
@@ -406,7 +406,7 @@ jobs:
406406 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
407407
408408 - name : Upload
409- uses : actions/upload-artifact@v4
409+ uses : actions/upload-artifact@v5
410410 with :
411411 name : libuiohook-windows-arm64
412412 path : ${{github.workspace}}/dist/**/*
@@ -446,7 +446,7 @@ jobs:
446446 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
447447
448448 - name : Upload
449- uses : actions/upload-artifact@v4
449+ uses : actions/upload-artifact@v5
450450 with :
451451 name : libuiohook-windows-x86
452452 path : ${{github.workspace}}/dist/**/*
@@ -486,7 +486,7 @@ jobs:
486486 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
487487
488488 - name : Upload
489- uses : actions/upload-artifact@v4
489+ uses : actions/upload-artifact@v5
490490 with :
491491 name : libuiohook-windows-x64
492492 path : ${{github.workspace}}/dist/**/*
@@ -507,7 +507,7 @@ jobs:
507507 - libuiohook-windows-x64
508508
509509 steps :
510- - uses : actions/upload-artifact/merge@v4
510+ - uses : actions/upload-artifact/merge@v5
511511 with :
512512 name : libuiohook-build
513513 pattern : libuiohook-*
@@ -533,7 +533,7 @@ jobs:
533533 run : dotnet tool update --global docfx
534534
535535 - name : Fetch libuiohook
536- uses : actions/download-artifact@v4
536+ uses : actions/download-artifact@v6
537537 with :
538538 name : libuiohook-build
539539 path : libuiohook-build
@@ -586,7 +586,7 @@ jobs:
586586 dotnet pack --no-build --nologo -c Release -o ${{github.workspace}}\build\
587587
588588 - name : Upload SharpHook
589- uses : actions/upload-artifact@v4
589+ uses : actions/upload-artifact@v5
590590 with :
591591 name : sharphook-build
592592 path : ${{github.workspace}}\build\*
@@ -628,7 +628,7 @@ jobs:
628628 dotnet-version : ${{ env.DOTNET_VERSION }}
629629
630630 - name : Fetch Packages
631- uses : actions/download-artifact@v4
631+ uses : actions/download-artifact@v6
632632 with :
633633 name : sharphook-build
634634 path : sharphook-build
0 commit comments