From da013151c3c276948b0f1aa412aed322095b3c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:22:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/export.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 55b64703a..1f57c41f3 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -63,7 +63,7 @@ jobs: image: ghcr.io/raineblog/mkdocs-exporter-build:latest steps: - name: Download Site Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: tex-raw path: site/ @@ -100,7 +100,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all compiled PDFs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: download_pdfs pattern: tex-pdf-*