From 586ab80f980af4aa37d9741a17995e6c76ca10fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:07:13 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build/action.yml b/.github/workflows/_build/action.yml index d798c3a..f18b56e 100644 --- a/.github/workflows/_build/action.yml +++ b/.github/workflows/_build/action.yml @@ -47,5 +47,5 @@ runs: - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 id: upload-artifact