From acc79d623d59afa71a2e2f207002bd2ed77dcb13 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Fri, 4 Oct 2024 17:09:41 +0200 Subject: [PATCH] ci(actions): Use `upload-pages-artifact` action for GH Pages deploy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1760ba8c..852175f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: cp assets/gh-pages-redirect.html html/index.html - name: Upload the Docs - uses: actions/upload-artifact@v4 + uses: actions/upload-pages-artifact@v3 if: matrix.os == 'ubuntu-latest' && matrix.version == '3.12' with: name: docs