File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 - name : Checkout source
1515 uses : actions/checkout@v2
1616
17- - name : Setup .NET 8 SDK
18- uses : actions/setup-dotnet@v1.7.2
17+ - name : Setup .NET 9 SDK
18+ uses : actions/setup-dotnet@v4
1919 with :
20- dotnet-version : 8 .0.101
20+ dotnet-version : 9 .0.201
2121
2222 - name : Install Tools
2323 run : dotnet tool restore
2626 run : dotnet run -- PublishDocs
2727
2828 - name : Publish Docs
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : docs
3232 path : publish/docs
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Download app artifact
39- uses : actions/download-artifact@v2.0.5
39+ uses : actions/download-artifact@v4
4040 with :
4141 name : docs
4242 path : docs
You can’t perform that action at this time.
0 commit comments