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 55a395e commit d82c402Copy full SHA for d82c402
.github/workflows/documentation.yaml
@@ -36,7 +36,7 @@ jobs:
36
DocMeta.setdocmeta!(DFTK, :DocTestSetup, :(using DFTK); recursive=true)
37
doctest(DFTK)'
38
- name: Upload Docs
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
40
with:
41
name: documentation
42
path: docs/build
0 commit comments