Skip to content

Commit 122ff4a

Browse files
authored
Merge pull request #81 from r-koubou/fix/ci-build
Fix/ci build
2 parents da1edac + ddded3c commit 122ff4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
env:
4-
DOTNET_SDK_VERSION: '7.0.*'
4+
DOTNET_SDK_VERSION: '10.0.*'
55

66
on:
77
workflow_call:
@@ -64,7 +64,7 @@ jobs:
6464
ProjectFile: KeySwitchManager/Sources/Runtime/Applications/CLI/publish.msbuild
6565

6666
- name: Artifact CLI
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: KeySwitchManager.CLI-${{ inputs.build-configuration }}${{ inputs.custom-suffix }}
7070
path: ${{ github.workspace }}/publish/KeySwitchManager.CLI*/
@@ -95,7 +95,7 @@ jobs:
9595
ProjectFile: KeySwitchManager/Sources/Runtime/Applications/WPF/publish.msbuild
9696

9797
- name: Artifact WPF
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: KeySwitchManager.WPF-${{ inputs.build-configuration }}${{ inputs.custom-suffix }}
101101
path: ${{ github.workspace }}/publish/KeySwitchManager.WPF*/

0 commit comments

Comments
 (0)