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.
1 parent 57d0f65 commit 132bc9cCopy full SHA for 132bc9c
.github/workflows/documentation.yml
@@ -26,7 +26,7 @@ jobs:
26
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
27
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
28
run: julia --color=yes --project=docs/ docs/make.jl
29
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
30
if: ${{ always() }}
31
with:
32
name: PDF build logs
0 commit comments