From 09eeb994a93c136a8a769e521c0ef85777a04037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:08:19 +0000 Subject: [PATCH] Update actions/deploy-pages action to v5 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0a7f936..86d99503 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -153,7 +153,7 @@ jobs: - name: Deploy feed to GitHub Pages if: ${{ github.event.inputs.publish == 'Preview' }} - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: artifact_name: vsix-gallery-feed