From b589023e326127b716a8d5ab5a93e3a952c7efd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:41:26 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 707e117..e3e0c16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: fail-on-cache-miss: true - name: Upload repository as artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ${{ needs.build.outputs.repository-directory }}