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 4d376ec commit f036c7bCopy full SHA for f036c7b
.github/workflows/draft-pdf.yml
@@ -6,18 +6,18 @@ jobs:
6
name: Paper Draft
7
steps:
8
- name: Checkout
9
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
10
- name: Build draft PDF
11
uses: openjournals/openjournals-draft-action@master
12
with:
13
journal: joss
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@v4
18
19
name: paper
20
# This is the output path where Pandoc will write the compiled
21
# PDF. Note, this should be the same directory as the input
22
# paper.md
23
- path: paper/paper.pdf
+ path: paper/paper.pdf
0 commit comments