File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 create_nuget :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v4
2020 - name : Set version
3636 }
3737 echo "VERSION=$version" >> $env:GITHUB_ENV
3838 - run : dotnet pack --configuration Release --output ${{env.NuGetDirectory}} -p:PackageVersion=${{env.VERSION}}
39- - uses : actions/upload-artifact@v3
39+ - uses : actions/upload-artifact@v4
4040 with :
4141 name : nuget
4242 if-no-files-found : error
4949 steps :
5050 - name : Setup .NET
5151 uses : actions/setup-dotnet@v4
52- - uses : actions/download-artifact@v3
52+ - uses : actions/download-artifact@v4
5353 with :
5454 name : nuget
5555 path : ${{env.NuGetDirectory}}
6464 steps :
6565 - name : Setup .NET Core
6666 uses : actions/setup-dotnet@v4
67- - uses : actions/download-artifact@v3
67+ - uses : actions/download-artifact@v4
6868 with :
6969 name : nuget
7070 path : ${{env.NuGetDirectory}}
You can’t perform that action at this time.
0 commit comments