We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f5a8f commit bd361a2Copy full SHA for bd361a2
.github/workflows/draft-pdf.yml
@@ -14,7 +14,7 @@ jobs:
14
# This should be the path to the paper within your repo.
15
paper-path: ./paper/paper.md
16
- name: Upload
17
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
18
with:
19
name: paper
20
# This is the output path where Pandoc will write the compiled
0 commit comments