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
7777 Compress-Archive -Path dist/$env:RID/* -DestinationPath AmigaRawImageConverter-$env:RID.zip -Force
7878
7979 - name : Upload artifact
80- uses : actions/upload-artifact@v4
80+ uses : actions/upload-artifact@v6
8181 with :
8282 name : AmigaRawImageConverter-${{ matrix.rid }}
8383 path : AmigaRawImageConverter-${{ matrix.rid }}.zip
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Setup .NET
35- uses : actions/setup-dotnet@v4
35+ uses : actions/setup-dotnet@v5
3636 with :
3737 global-json-file : global.json
3838 cache : true
7878 Compress-Archive -Path dist/$env:RID/* -DestinationPath AmigaRawImageConverter-$env:RID.zip -Force
7979
8080 - name : Upload asset artifact
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : release-asset-${{ matrix.rid }}
8484 path : AmigaRawImageConverter-${{ matrix.rid }}.zip
9090
9191 steps :
9292 - name : Download assets
93- uses : actions/download-artifact@v4
93+ uses : actions/download-artifact@v7
9494 with :
9595 path : release-assets
9696 merge-multiple : true
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.0 " ,
3+ "version" : " 8.0" ,
44 "rollForward" : " latestMinor" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments