mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-13 06:24:43 -05:00
fix: downgrade upload-artifact to v3 for gitea compatibility
This commit is contained in:
2
.github/workflows/compile-latex.yml
vendored
2
.github/workflows/compile-latex.yml
vendored
@@ -149,7 +149,7 @@ jobs:
|
||||
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv.tex
|
||||
|
||||
- name: Upload Private PDFs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: private-documents
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user