From 7c38594faa2657e15023863115dbc4e12b568e89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:03:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v3 --- .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 cffcd9191..f4d528e4b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -20,7 +20,7 @@ jobs: node-version: 20 - run: npm ci - run: npm run docs - - uses: actions/upload-pages-artifact@v2 + - uses: actions/upload-pages-artifact@v3 with: path: public - uses: actions/deploy-pages@v2