From 6fa3ff3d0f37bb840d721b514cb833c0db45819d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 19:57:49 +0000 Subject: [PATCH] chore(deps): Update actions/upload-pages-artifact action to v2 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0f19eba..a2824bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: name: "docs-html" path: "build/html" - name: "artifact / repackage" - uses: "actions/upload-pages-artifact@v1" + uses: "actions/upload-pages-artifact@v2" with: path: "build/html" - name: "deploy / pages"