From df8d6555829b454743601544f4f2f572bd643072 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 19 Jun 2024 20:24:36 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9eef82a..4f91293c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -213,7 +213,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download book - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: doc-book - name: Assemble gh-pages