Skip to content

Commit 0faca82

Browse files
committed
Update draft-pdf.yml
1 parent b3f01d5 commit 0faca82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
name: Paper Draft
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Build draft PDF
1111
uses: openjournals/openjournals-draft-action@master
1212
with:
1313
journal: joss
1414
paper-path: paper/paper.md
1515
- name: Upload
16-
uses: actions/upload-artifact@v1
16+
uses: actions/upload-artifact@v4
1717
with:
1818
name: paper
1919
path: paper/paper.pdf

0 commit comments

Comments
 (0)