From 5b8a74e721f35c27703e2b089b47e88c5cc9c3e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:26:39 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v5 --- .github/workflows/legacy-redirect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/legacy-redirect.yml b/.github/workflows/legacy-redirect.yml index 8aeed09..acf9b43 100644 --- a/.github/workflows/legacy-redirect.yml +++ b/.github/workflows/legacy-redirect.yml @@ -35,7 +35,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload redirect site - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./redirect-site