Skip to content

Commit

Permalink
Update CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Mar 5, 2024
1 parent 98325b9 commit 02d4395
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 @@ -9,14 +9,14 @@ jobs:

steps:
- name: Prepare repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
post_compile: "if [[ $(grep -ic overfull *.log) != 0 ]]; then echo 'Margin overrun detected; failing...' && exit 1; fi"
- name: Store PDF
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Output PDF
path: ./*.pdf

0 comments on commit 02d4395

Please sign in to comment.