From 62b1ebb25eaba42b5a4131cb31cef46193a63500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:44:56 +0100 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 (#3391) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable-deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-deploy-docs.yaml b/.github/workflows/reusable-deploy-docs.yaml index 2ec450bed5..4128e00b25 100644 --- a/.github/workflows/reusable-deploy-docs.yaml +++ b/.github/workflows/reusable-deploy-docs.yaml @@ -58,7 +58,7 @@ jobs: USER_NAME: "github-actions[bot]" steps: - name: Download the build archive - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: package-docs-build