From 389ac131908217da8a6542de64a28c29607857bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:17:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 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] --- .github/workflows/deploy.yml | 10 +++++----- .github/workflows/tests.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a646471..0598c13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -77,7 +77,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts @@ -160,17 +160,17 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs - name: Download robots artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: robots - name: Download schemas artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: schemas @@ -214,7 +214,7 @@ jobs: # # steps: # - name: Download search artifact -# uses: actions/download-artifact@v6 +# uses: actions/download-artifact@v7 # with: # name: ${{ env.ARTIFACT_INDEXES_CLEARED }} # diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5276b63..2a14f09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts