Skip to content

Commit

Permalink
updated artifacts action.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 4, 2024
1 parent 38144cf commit 16bfe57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build JOSS pdf

on:
push:
branches:
- joss_paper
push:
branches:
- joss_paper

jobs:
paper:
Expand All @@ -19,7 +19,7 @@ jobs:
# This should be the path to the paper within your repo.
paper-path: paper/paper.md
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper
# This is the output path where Pandoc will write the compiled
Expand Down

0 comments on commit 16bfe57

Please sign in to comment.