File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
15+ with :
16+ fetch-depth : 0
17+ fetch-tags : true
1518
1619 - name : Setup .NET
17- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
1821 with :
1922 dotnet-version : 10.0.x
2023
3235 -p:PublishSingleFile=true
3336
3437 - name : Upload artifact (MuConvert.exe)
35- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3639 with :
3740 name : MuConvert.exe
3841 path : publish/win-x64/MuConvert.exe
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v4
17+ uses : actions/setup-dotnet@v5
1818 with :
1919 dotnet-version : 10.0.x
2020
You can’t perform that action at this time.
0 commit comments