From a121d21a847cee764a7cba640b6b54bc4de3866e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:02:20 +0000 Subject: [PATCH] Build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c996b2c..ee3c567 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -79,13 +79,13 @@ jobs: - uses: actions/checkout@v5.0.0 - name: download current docs - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: current_documentation path: new_documentation - name: download new docs - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: generated_documentation path: generated_documentation