We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3bed commit 447d742Copy full SHA for 447d742
1 file changed
.github/workflows/build-manual.yml
@@ -86,7 +86,7 @@ jobs:
86
typst compile "manual/src/content/manual.typ" "manual/llmanual.pdf" --features html
87
88
- name: Upload PDF as artifact
89
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
90
with:
91
name: llmanual.pdf
92
path: manual/llmanual.pdf
0 commit comments