File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 - name : Install Dotnet
1717 uses : actions/setup-dotnet@v1
1818 with :
@@ -65,12 +65,12 @@ jobs:
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666 run : dotnet aardpack FSharp.Data.Adaptive.sln --notag
6767 - name : Upload Package
68- uses : actions/upload-artifact@v2
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : packages
7171 path : bin\pack
7272 - name : NuGet
7373 env :
7474 NUGET_KEY : ${{ secrets.NUGET_KEY }}
7575 shell : cmd
76- run : dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
76+ run : dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate
You can’t perform that action at this time.
0 commit comments