File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0 # Required for GitVersion
4646
4747 - name : Setup .NET
48- uses : actions/setup-dotnet@v4
48+ uses : actions/setup-dotnet@v5
4949 with :
5050 dotnet-version : ${{ inputs.dotnet-version }}
5151 global-json-file : ./global.json
7171
7272 - name : Upload test results
7373 if : always() && inputs.upload-test-results
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v6
7575 with :
7676 name : test-results-${{ inputs.dotnet-version }}
7777 path : ' **/TestResults/**/*.trx'
8282
8383 - name : Upload NuGet packages
8484 if : inputs.create-pack
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v6
8686 with :
8787 name : nuget-packages
8888 path : ./artifacts/*.nupkg
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : Download NuGet packages
3131 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 2424 --repo "${{ github.repository }}"
2525
2626 - name : Setup .NET
27- uses : actions/setup-dotnet@v4
27+ uses : actions/setup-dotnet@v5
2828 with :
2929 dotnet-version : |
3030 8.0.x
6060 echo "All packages published successfully!"
6161
6262 - name : Upload published packages as artifacts
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v6
6464 with :
6565 name : published-nuget-packages
6666 path : ./artifacts/*.nupkg
You can’t perform that action at this time.
0 commit comments