From ea542ece8f75748c89eedb7aef258e998606be99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:08:22 +0300 Subject: [PATCH] Update actions/upload-artifact action to v4.4.0 (#1479) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 e0f1309827e..54f2e157585 100644 --- a/.github/workflows/sphinxbuild.yml +++ b/.github/workflows/sphinxbuild.yml @@ -29,7 +29,7 @@ jobs: run: tar czf /tmp/documentation.tar.gz -C docs/_build/html . - name: Upload static documentation - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.4.0 with: name: Appstore docs.zip path: "/tmp/documentation.tar.gz"