From a3a94216c30bbbd7512f5cb2d4fbe7e1c0a0f63b Mon Sep 17 00:00:00 2001 From: Lauri Tiitinen <85596019+lauritapio@users.noreply.github.com> Date: Tue, 28 May 2024 20:44:32 +0300 Subject: [PATCH] Update pull_request.yml - Try artefact v4 as v1 obsolete --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 30e2ecdc4..65b48154a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,7 +13,7 @@ jobs: build-command: "sphinx-build -b html ./source/ _build" docs-folder: "docs/" - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: DocumentationHTML path: docs/_build