Skip to content

Commit

Permalink
update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Jan 4, 2025
1 parent c947bd7 commit 448fddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tree
find . -type f -name '*immem*'
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: immem-abstract
# This is the output path where Pandoc will write the compiled
Expand All @@ -43,7 +43,7 @@ jobs:
tree
find . -type f -name '*paper*'
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: paper-abstract
# This is the output path where Pandoc will write the compiled
Expand Down

0 comments on commit 448fddd

Please sign in to comment.