From 17c7b0441b306cab5d20e439c811112252b074be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:54:29 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index effc785..cce9edc 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -30,7 +30,7 @@ jobs: run: | uv run mkdocs build --strict - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build path: dist @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build path: dist