From fefcc3c1d8f6c2aaaef04473458d995616d56e3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:16:43 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 2 +- .github/workflows/website.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff6da26..52443a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: run: cargo test --all-features --locked --release - name: Upload visual snapshot diffs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: visual-snapshots-diff diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b601757..df7388a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -68,7 +68,7 @@ jobs: working-directory: book - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: book path: book/dist @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true