Skip to content

Commit

Permalink
Update JOSE paper action to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 7, 2024
1 parent 6977529 commit ac13c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
name: Paper Draft
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build draft PDF
uses: openjournals/openjournals-draft-action@master
with:
journal: jose
paper-path: JOSE_paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
path: JOSE_paper/paper.pdf

0 comments on commit ac13c7c

Please sign in to comment.