We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e9220 commit 04c2f2eCopy full SHA for 04c2f2e
2 files changed
.github/workflows/Docs.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Checkout source
15
uses: actions/checkout@v2
16
17
- - name: Setup .NET 8 SDK
18
- uses: actions/setup-dotnet@v1.7.2
+ - name: Setup .NET 9 SDK
+ uses: actions/setup-dotnet@v4
19
with:
20
- dotnet-version: 8.0.101
+ dotnet-version: 9.0.201
21
22
- name: Install Tools
23
run: dotnet tool restore
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet run -- PublishDocs
27
28
- name: Publish Docs
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
30
31
name: docs
32
path: publish/docs
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: Download app artifact
39
- uses: actions/download-artifact@v2.0.5
+ uses: actions/download-artifact@v4
40
41
42
path: docs
build/Feliz.ChartJS.1.0.5.nupkg
64 KB
0 commit comments