We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffdaf6e + ee72182 commit 60bb408Copy full SHA for 60bb408
.github/workflows/dotnet.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Upload Documentation
74
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
75
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
76
with:
77
name: github-pages
78
path: "docs/_site/"
0 commit comments