File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v4.1 .2
47
+ uses : actions/checkout@v4.2 .2
48
48
with :
49
49
submodules : true
50
50
- name : Build Windows
60
60
if : runner.os == 'Linux'
61
61
run : ./dockerbuild.sh
62
62
- name : Upload artifacts
63
- uses : actions/upload-artifact@v4.3.1
63
+ uses : actions/upload-artifact@v4.4.3
64
64
with :
65
65
name : ${{ matrix.name }}
66
66
path : nuget.package/runtimes/${{ matrix.name }}
@@ -72,11 +72,11 @@ jobs:
72
72
DOTNET_NOLOGO : true
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v4.1 .2
75
+ uses : actions/checkout@v4.2 .2
76
76
with :
77
77
fetch-depth : 0
78
78
- name : Setup .NET SDK
79
- uses : actions/setup-dotnet@v4.0 .0
79
+ uses : actions/setup-dotnet@v4.1 .0
80
80
with :
81
81
dotnet-version : 8.0.x
82
82
- name : Install MinVer
@@ -85,13 +85,13 @@ jobs:
85
85
id : minver
86
86
run : echo "version=$(minver)" >> $env:GITHUB_OUTPUT
87
87
- name : Download artifacts
88
-
88
+
89
89
with :
90
90
path : nuget.package/runtimes/
91
91
- name : Create package
92
92
run : ./nuget.exe Pack nuget.package/NativeBinaries.nuspec -Version ${{ steps.minver.outputs.version }} -NoPackageAnalysis
93
93
- name : Upload NuGet package
94
- uses : actions/upload-artifact@v4.3.1
94
+ uses : actions/upload-artifact@v4.4.3
95
95
with :
96
96
name : NuGet package
97
97
path : ./*.nupkg
You can’t perform that action at this time.
0 commit comments