File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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@v3.5.0
47
+ uses : actions/checkout@v4.1.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@v3.1.2
63
+ uses : actions/upload-artifact@v4.3.1
64
64
with :
65
65
name : ${{ matrix.name }}
66
66
path : nuget.package/runtimes/${{ matrix.name }}
@@ -72,26 +72,26 @@ jobs:
72
72
DOTNET_NOLOGO : true
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v3.5.0
75
+ uses : actions/checkout@v4.1.2
76
76
with :
77
77
fetch-depth : 0
78
78
- name : Setup .NET SDK
79
- uses : actions/setup-dotnet@v3 .0.3
79
+ uses : actions/setup-dotnet@v4 .0.0
80
80
with :
81
- dotnet-version : 7 .0.x
81
+ dotnet-version : 8 .0.x
82
82
- name : Install MinVer
83
83
run : dotnet tool install --global minver-cli
84
84
- name : Run MinVer
85
85
id : minver
86
86
run : echo "version=$(minver)" >> $env:GITHUB_OUTPUT
87
87
- name : Download artifacts
88
- uses : actions/download-artifact@v3.0.2
88
+ uses : actions/download-artifact@v4.1.4
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@v3.1.2
94
+ uses : actions/upload-artifact@v4.3.1
95
95
with :
96
96
name : NuGet package
97
97
path : ./*.nupkg
You can’t perform that action at this time.
0 commit comments