Skip to content

Commit 04c2f2e

Browse files
author
Tim Forkmann
committed
Update GitHub Actions to use .NET 9 SDK and upgrade action versions
1 parent e6e9220 commit 04c2f2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/Docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -26,7 +26,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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

build/Feliz.ChartJS.1.0.5.nupkg

64 KB
Binary file not shown.

0 commit comments

Comments
 (0)