Skip to content

Commit f5ef5c5

Browse files
Update draft-pdf.yml
bumped `actions/upload-artifact@v4` from `v3` which is [recently deprecated](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/)
1 parent af30890 commit f5ef5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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

0 commit comments

Comments
 (0)