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