Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
trial to fix issue in generating PDF : 
upgraded  version for upload/artifact. use v4.
  • Loading branch information
loumir authored Sep 13, 2024
1 parent 0b85cbf commit 6c83a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf
Expand Down

0 comments on commit 6c83a5e

Please sign in to comment.