From 8aeb6a4745c02672433c43783c87423878776a27 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Sun, 30 Nov 2025 19:31:50 -0500 Subject: [PATCH] fix: downgrade upload-artifact to v3 for gitea compatibility --- .github/workflows/compile-latex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-latex.yml b/.github/workflows/compile-latex.yml index e080906..8461dbd 100644 --- a/.github/workflows/compile-latex.yml +++ b/.github/workflows/compile-latex.yml @@ -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: |