From 77217b28172db7f33b75608fc0bec8fbf25470cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:42:22 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v2 --- .github/workflows/deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index ba18c8b4..20694b05 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -47,7 +47,7 @@ jobs: - name: docusaurus build run: ./gradlew docusaurusBuild - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v2 with: path: ./site/build