File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ jobs:
3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v5
3535
3636 - name : Setup dotnet
37- uses : actions/setup-dotnet@v3
37+ uses : actions/setup-dotnet@v5
3838 with :
3939 dotnet-version : ' 7.0.201'
4040
4141 - name : Setup MSBuild
42- uses : microsoft/setup-msbuild@v1.1
42+ uses : microsoft/setup-msbuild@v2
4343
4444 - name : Cache packages
45- uses : actions/cache@v3
45+ uses : actions/cache@v4
4646 with :
4747 path : ~/.nuget/packages
4848 key : NetOffice-nuget-${{ hashFiles('**/packages.lock.json') }}
6666 VersionSuffix : ${{ steps.build.outputs.app_version_suffix }}
6767
6868 - name : Archive NetOffice binaries
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : NetOffice_binaries_v${{ steps.build.outputs.app_version_full }}_${{ matrix.configuration }}
7272 path : ' ${{ github.workspace }}\Source\ClientApplication\bin\${{ matrix.configuration }}'
You can’t perform that action at this time.
0 commit comments