From 361c1c0d0e334f5505d65d4a9d44a4391822f2ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:53:29 +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..36b8369 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@v7 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@v8 with: name: cv - name: Release