From 2eeff9c1dbfa175a379820997f79df34cbfd6c59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:10:31 +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 2d0f4fb..5cf067b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -102,7 +102,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts @@ -135,7 +135,7 @@ jobs: run: composer update --no-progress --no-interaction - name: Download search artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_INDEXES }} @@ -195,12 +195,12 @@ 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 @@ -239,7 +239,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 2c87ada..9d09ddb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Download docs artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs path: artifacts