Skip to content

Commit 13470ea

Browse files
Update draft-pdf.yml
change v1 to v4 since v1/v2 actions are deprecated
1 parent c510c0b commit 13470ea

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
@@ -21,7 +21,7 @@ jobs:
2121
# This should be the path to the paper within your repo.
2222
paper-path: paper/paper.md
2323
- name: Upload
24-
uses: actions/upload-artifact@v1
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: paper
2727
# This is the output path where Pandoc will write the compiled
@@ -32,4 +32,4 @@ jobs:
3232
uses: EndBug/add-and-commit@v9
3333
with:
3434
message: '(auto) Paper PDF Draft'
35-
add: 'paper/paper.pdf'
35+
add: 'paper/paper.pdf'

0 commit comments

Comments
 (0)