From eadd66f2f4880dffef8de3db3a7ee448470004a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:51:49 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a393955..7a31979 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: root_file: cv.tex # LaTeX engine to be used latexmk_use_xelatex: true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: cv path: cv.pdf @@ -32,7 +32,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') needs: build steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: cv - name: Release