File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333
3434 # Install the .NET Core workload
3535 - name : Install .NET Core
36- uses : actions/setup-dotnet@v4
36+ uses : actions/setup-dotnet@v5
3737 with :
3838 dotnet-version : 10.0.x
3939
4040 # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
4141 - name : Setup MSBuild.exe
42- uses : microsoft/setup-msbuild@v2
42+ uses : microsoft/setup-msbuild@v3
4343
4444 # Restore the application to populate the obj folder with RuntimeIdentifiers
4545 - name : Restore the application
6262
6363 # Publish the artifact containing the binaries
6464 - name : Upload Binaries Artifact
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v7
6666 with :
6767 name : ${{ env.BINARIES_ARTIFACT_NAME }}
6868 path : src\Exo\Exo.InstallerPackage\obj\x64\Release\publish\
6969 compression-level : 9
70+ archive : false
7071
You can’t perform that action at this time.
0 commit comments