From e62e5b30bd4bed81b0c27bee41272652ebfd6221 Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:23:13 +0100 Subject: [PATCH] Update build_docs.yml --- .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 8fdf249..f098a46 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -33,7 +33,7 @@ jobs: mkdocs build # twice, see https://github.com/patrick-kidger/pytkdocs_tweaks - name: Upload docs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: docs path: site # where `mkdocs build` puts the built site