From c2da5f2f2e5a6df3fa45e3a7e3cb554a0dbf0f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:19:10 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/codeception.yml | 2 +- .github/workflows/infection.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index d056a06..6f27362 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -158,4 +158,4 @@ jobs: - name: Download all workflow run artifacts if: ${{ inputs.debug }} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index ec72c17..21d4f67 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -195,4 +195,4 @@ jobs: - name: Download all workflow run artifacts. if: ${{ inputs.debug }} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7