Skip to content

Commit 2684605

Browse files
authored
Update draft-pdf.yml
upd to upload version 4 as 3 got deprecated
1 parent 3fbaa7d commit 2684605

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
@@ -19,10 +19,10 @@ jobs:
1919
# This should be the path to the paper within your repo.
2020
paper-path: paper/paper.md
2121
- name: Upload
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: paper
2525
# This is the output path where Pandoc will write the compiled
2626
# PDF. Note, this should be the same directory as the input
2727
# paper.md
28-
path: paper/paper.pdf
28+
path: paper/paper.pdf

0 commit comments

Comments
 (0)