Skip to content

Commit

Permalink
Merge pull request #5 from ntrp/renovate/actions-upload-artifact-3.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v3
  • Loading branch information
ntrp authored Sep 27, 2023
2 parents 7bc921b + b987c1e commit bc31595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
root_file: cv.tex
# LaTeX engine to be used
compiler: xelatex
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: cv
path: cv.pdf
Expand Down

0 comments on commit bc31595

Please sign in to comment.