From d06816690aee0b7eb8bc251ae6aa812c05353fce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:06:08 +0000 Subject: [PATCH] deps: update actions/upload-pages-artifact action to v3 --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 0d934a1c6548c..6fd09499b8539 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Build website run: npm run build working-directory: website - - uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2 + - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 with: path: website/build deploy: