From 98b489e6773991d4f16f3964f110ad5511044b21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:52:28 +0400 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v3 (#1263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6acc4716..e7a1dd53 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: './website/build' - name: Deploy to GitHub Pages