diff --git a/.github/workflows/DeployDocsToGitHubPages.yml b/.github/workflows/DeployDocsToGitHubPages.yml index f69b228..ee2a9be 100644 --- a/.github/workflows/DeployDocsToGitHubPages.yml +++ b/.github/workflows/DeployDocsToGitHubPages.yml @@ -34,7 +34,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.x' - name: Publish Documentation Project to 'release' folder run: dotnet publish src/FlUnit.Documentation/FlUnit.Documentation.csproj -c Release -o release --nologo