Skip to content

Commit

Permalink
Fixing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Oct 29, 2024
1 parent 748ce14 commit 752ce73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Setup .NET 7 SDK
- name: Setup .NET 8 SDK
uses: actions/[email protected]
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100

- name: Install Tools
run: dotnet tool restore
Expand All @@ -26,7 +26,7 @@ jobs:
run: dotnet fake build -t PublishDocs

- name: Publish Docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docs
path: publish/docs
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download app artifact
uses: actions/download-artifact@v2.0.5
uses: actions/download-artifact@v4
with:
name: docs
path: docs
Expand Down

0 comments on commit 752ce73

Please sign in to comment.