From 27d8f1638faf324d9d763e738330193e653e4909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:22:23 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ab2f5d4..b7007b1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docs path: artifacts @@ -109,12 +109,12 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docs - name: Download robots artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: robots @@ -152,7 +152,7 @@ jobs: steps: - name: Download search artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ env.ARTIFACT_INDEXES }}