From 4a528fd67b7273f0064bc44d42f976de7897c25e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:46:07 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 | datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | actions/upload-pages-artifact | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 07398ce..7ccbdd1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 with: path: website/build