We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8e376 commit 2a623d8Copy full SHA for 2a623d8
.github/workflows/github-actions-workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
docfx build --warningsAsErrors
27
- name: publish results
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: Documentation
31
path: _site/
0 commit comments