Skip to content

Commit

Permalink
change deprecated version of actions/upload-artifact in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpcn authored and msdemlei committed Nov 21, 2024
1 parent 6a42ebf commit a1e9c03
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 @@ -39,7 +39,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf

0 comments on commit a1e9c03

Please sign in to comment.