File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : build
22
33env :
4- DOTNET_SDK_VERSION : ' 7 .0.*'
4+ DOTNET_SDK_VERSION : ' 10 .0.*'
55
66on :
77 workflow_call :
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*/
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*/
You can’t perform that action at this time.
0 commit comments