Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilCad committed Sep 21, 2024
1 parent a08cce2 commit 202b46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: Nikhil_Kadiyan_Resume.tex
working_directory: static/resumeLaTeX/
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
mkdir out
cp ./Nikhil_Kadiyan_Resume.pdf ./out/Nikhil_Kadiyan_Resume.pdf
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nikhil_Kadiyan_Resume
path: static/resumeLaTeX/Nikhil_Kadiyan_Resume.pdf

0 comments on commit 202b46f

Please sign in to comment.