diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e59df6c..01142a9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -72,7 +72,7 @@ jobs: - name: Upload Documentation if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: name: github-pages path: "docs/_site/"