File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
2121 with :
2222 dotnet-version : ' 10.0.x'
2323
3131 run : dotnet pack PanoramicData.SshServer/PanoramicData.SshServer.csproj --no-build --configuration Release --output ./artifacts
3232
3333 - name : Upload NuGet artifact
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v7
3535 with :
3636 name : nuget
3737 path : |
@@ -46,13 +46,13 @@ jobs:
4646 id-token : write
4747
4848 steps :
49- - uses : actions/download-artifact@v4
49+ - uses : actions/download-artifact@v8
5050 with :
5151 name : nuget
5252 path : ./artifacts
5353
5454 - name : Setup .NET
55- uses : actions/setup-dotnet@v4
55+ uses : actions/setup-dotnet@v5
5656 with :
5757 dotnet-version : ' 10.0.x'
5858
You can’t perform that action at this time.
0 commit comments