From 2559f725e5dafdc907a0dcea30f11e0a12ffad0f Mon Sep 17 00:00:00 2001 From: "Dr. Jonas Blattgerste" Date: Tue, 8 Oct 2024 11:52:00 +0200 Subject: [PATCH] Fixed the documentation pipeline --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9d01d2b..a1744a4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,7 @@ jobs: # Download the generated documentation - name: Download site artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: _site