File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ jobs:
1515 build-and-test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
2121 with :
22- dotnet-version : |
23- 3.1.x
24- 6.x
22+ global-json-file : global.json
2523 - name : Restore dependencies
2624 run : dotnet restore
2725 - name : Set Version
4543 run : dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/TestTools.ConsolePack --no-build
4644 - name : Upload Artifacts
4745 if : startsWith(github.ref, 'refs/tags/v')
48- uses : actions/upload-artifact@v4
46+ uses : actions/upload-artifact@v5
4947 with :
5048 name : NuGet
5149 path : ${{github.workspace}}/TestTools.ConsolePack
5856 name : ' Production'
5957 steps :
6058 - name : Download artifact from build job
61- uses : actions/download-artifact@v4
59+ uses : actions/download-artifact@v5
6260 with :
6361 name : NuGet
6462 - name : Push NuGet
You can’t perform that action at this time.
0 commit comments