From ea012a18481068914e777a692df90d18661a77ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:40:44 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11aa41f..865d40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: name: Build the site run: mkdocs build - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: name: build-pr${{ github.event.pull_request.number }} path: site @@ -114,7 +114,7 @@ jobs: name: Build the site run: mkdocs build - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: name: build-${{ github.ref_name }}-${{ github.run_id }} path: site