File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: build
22
33on :
44 push :
5- branches : [ main, nuspec ]
65 pull_request :
76 branches : [ main ]
87
@@ -21,17 +20,17 @@ jobs:
2120
2221 steps :
2322 - name : checkout
24- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2524 with :
2625 fetch-depth : 0
2726
2827 - name : setup dotnet
29- uses : actions/setup-dotnet@v3
28+ uses : actions/setup-dotnet@v4
3029 with :
31- dotnet-version : 6
30+ dotnet-version : 8
3231
3332 - name : setup msbuild
34- uses : microsoft/setup-msbuild@v1
33+ uses : microsoft/setup-msbuild@v2
3534
3635 - name : build
3736 run : dotnet build -c ${{ env.Configuration }}
4443
4544 - name : archive
4645 if : always()
47- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4847 with :
49- name : NetOfficeFw.Build-${{ env.VersionSuffix }}.nupkg
48+ name : NetOfficeFw.Build-${{ env.VersionSuffix }}.${{ matrix.configuration }}. nupkg
5049 path : dist/NetOfficeFw.Build.*.nupkg
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
2222 - name : setup dotnet
23- uses : actions/setup-dotnet@v3
23+ uses : actions/setup-dotnet@v4
2424 with :
2525 dotnet-version : 6
2626
2727 - name : setup msbuild
28- uses : microsoft/setup-msbuild@v1
28+ uses : microsoft/setup-msbuild@v2
2929
3030 - name : setup NuGetKeyVaultSignTool
3131 run : dotnet tool install --verbosity minimal --global NuGetKeyVaultSignTool --version 3.2.3
You can’t perform that action at this time.
0 commit comments