From c23571edef1a3152bab1183a60a99ef479af076f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:44:48 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4817410e..f3364185 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -98,13 +98,13 @@ jobs: uses: actions/configure-pages@v5 - name: Download v3 artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: docs-v3 path: ./combined - name: Download v2 artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: docs-v2 path: ./combined/v2