File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
2121 with :
2222 dotnet-version : 10.0.201
2323
3737 run : dotnet pack PanoramicData.SyslogServer/PanoramicData.SyslogServer.csproj --configuration Release --no-build --output ./artifacts
3838
3939 - name : Upload packages
40- uses : actions/upload-artifact@v4
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : nuget-packages
4343 path : artifacts/*.nupkg
@@ -49,10 +49,10 @@ jobs:
4949
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353
5454 - name : Setup .NET
55- uses : actions/setup-dotnet@v4
55+ uses : actions/setup-dotnet@v5
5656 with :
5757 dotnet-version : 10.0.201
5858
You can’t perform that action at this time.
0 commit comments