mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-15 07: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
|
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode cv.tex
|
||||||
|
|
||||||
- name: Upload Private PDFs
|
- name: Upload Private PDFs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: private-documents
|
name: private-documents
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user