Skip to content

Commit

Permalink
update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Sep 9, 2024
1 parent 893e63c commit 088ee9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dependencies
run: |
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
- name: Build the document
run: make archdiag0.pdf archdiag1.pdf archdiag2.pdf biblio forcetex
Expand All @@ -33,8 +33,8 @@ 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


0 comments on commit 088ee9f

Please sign in to comment.