File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Setup .NET
34- uses : actions/setup-dotnet@v4
34+ uses : actions/setup-dotnet@v5
3535 with :
3636 global-json-file : global.json
3737 cache : true
7979 Compress-Archive -Path dist/$env:RID/* -DestinationPath cge-tools-$env:RID.zip -Force
8080
8181 - name : Upload artifact
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v6
8383 with :
8484 name : cge-tools-${{ matrix.rid }}
8585 path : cge-tools-${{ matrix.rid }}.zip
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Setup .NET
3535 uses : actions/setup-dotnet@v4
8080 Compress-Archive -Path dist/$env:RID/* -DestinationPath cge-tools-$env:RID.zip -Force
8181
8282 - name : Upload asset artifact
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v6
8484 with :
8585 name : release-asset-${{ matrix.rid }}
8686 path : cge-tools-${{ matrix.rid }}.zip
9292
9393 steps :
9494 - name : Download assets
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v7
9696 with :
9797 path : release-assets
9898 merge-multiple : true
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.x " ,
4- "rollForward" : " latestMajor " ,
3+ "version" : " 8.0" ,
4+ "rollForward" : " latestMinor " ,
55 "allowPrerelease" : true
66 }
77}
You can’t perform that action at this time.
0 commit comments