File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4444fail-fast : false
4545steps :
4646 - name : Checkout
47- uses : actions/checkout@v3.5.0
47+ uses : actions/checkout@v4.1.2
4848with :
4949submodules : true
5050 - name : Build Windows
6060if : runner.os == 'Linux'
6161run : ./dockerbuild.sh
6262 - name : Upload artifacts
63- uses : actions/upload-artifact@v3.1.2
63+ uses : actions/upload-artifact@v4.3.1
6464with :
6565name : ${{matrix.name }}
6666path : nuget.package/runtimes/${{matrix.name }}
@@ -72,26 +72,26 @@ jobs:
7272DOTNET_NOLOGO : true
7373steps :
7474 - name : Checkout
75- uses : actions/checkout@v3.5.0
75+ uses : actions/checkout@v4.1.2
7676with :
7777fetch-depth : 0
7878 - name : Setup .NET SDK
79- uses : actions/setup-dotnet@v3 .0.3
79+ uses : actions/setup-dotnet@v4 .0.0
8080with :
81- dotnet-version : 7 .0.x
81+ dotnet-version : 8 .0.x
8282 - name : Install MinVer
8383run : dotnet tool install --global minver-cli
8484 - name : Run MinVer
8585id : minver
8686run : echo "version=$(minver)" >> $env:GITHUB_OUTPUT
8787 - name : Download artifacts
88- uses : actions/download-artifact@v3.0.2
88+ uses : actions/download-artifact@v4.1.4
8989with :
9090path : nuget.package/runtimes/
9191 - name : Create package
9292run : ./nuget.exe Pack nuget.package/NativeBinaries.nuspec -Version ${{steps.minver.outputs.version }} -NoPackageAnalysis
9393 - name : Upload NuGet package
94- uses : actions/upload-artifact@v3.1.2
94+ uses : actions/upload-artifact@v4.3.1
9595with :
9696name : NuGet package
9797path : ./*.nupkg
You can’t perform that action at this time.
0 commit comments