From db8256376743a46c0c7444d8b80745923f689dd4 Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Thu, 6 Feb 2025 07:16:52 +0000 Subject: [PATCH] Artifact actions fix --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 1ef14a1..4a3e0b1 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -44,7 +44,7 @@ jobs: run: | poetry run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs docs/_build/html -n -W - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload docs as artifact with: name: docs-html