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 6a42ebf commit a1e9c03Copy full SHA for a1e9c03
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
test -f ${{ env.doc_name }}.bbl
40
41
- name: Keep the PDF artefact
42
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
43
with:
44
name: PDF Preview
45
path: ${{ env.doc_name }}.pdf
0 commit comments