Skip to content

Commit f036c7b

Browse files
Upgrade GitHub Actions to latest versions
1 parent 4d376ec commit f036c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
name: Paper Draft
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010
- name: Build draft PDF
1111
uses: openjournals/openjournals-draft-action@master
1212
with:
1313
journal: joss
1414
# This should be the path to the paper within your repo.
1515
paper-path: paper/paper.md
1616
- name: Upload
17-
uses: actions/upload-artifact@v1
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: paper
2020
# This is the output path where Pandoc will write the compiled
2121
# PDF. Note, this should be the same directory as the input
2222
# paper.md
23-
path: paper/paper.pdf
23+
path: paper/paper.pdf

0 commit comments

Comments
 (0)