Skip to content

Commit 6643291

Browse files
authored
Merge pull request #50 from OceanParcels/update_joss_github_action
Updating github action to v4
2 parents fa1c4e6 + 29cc92b commit 6643291

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Draft PDF
12
on: [push]
23

34
jobs:
@@ -14,7 +15,7 @@ jobs:
1415
# This should be the path to the paper within your repo.
1516
paper-path: docs/paper/paper.md
1617
- name: Upload
17-
uses: actions/upload-artifact@v1
18+
uses: actions/upload-artifact@v4
1819
with:
1920
name: paper
2021
# This is the output path where Pandoc will write the compiled

0 commit comments

Comments
 (0)