From 884098cb400a55fd9c11edf42ffc33943512b5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:16:19 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.5.0 --- .github/workflows/sphinxbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinxbuild.yml b/.github/workflows/sphinxbuild.yml index 3778bf15b37..e5f91928a88 100644 --- a/.github/workflows/sphinxbuild.yml +++ b/.github/workflows/sphinxbuild.yml @@ -28,7 +28,7 @@ jobs: shell: bash run: tar czf /tmp/documentation.tar.gz -C docs/_build/html . - name: Upload static documentation - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.5.0 with: name: Appstore docs.zip path: "/tmp/documentation.tar.gz"