From 458505b48d5a3dba8ce9c0164e9a207d6ce4b627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:33:09 +0000 Subject: [PATCH] build(deps): update actions/upload-pages-artifact action to v5 --- .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 e684961..b5f561f 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@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 with: name: build-pr${{ github.event.pull_request.number }}-${{ github.run_id }}-${{ github.run_attempt }} 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@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 with: name: build-${{ github.ref_name }}-${{ github.run_id }}-${{ github.run_attempt }} path: site