From d17e8129fa3ada0e4eccbe87a04c31f5f6628b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:21:54 +0000 Subject: [PATCH] build(deps): 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/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..33926fa 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@v6 diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index ec72c17..1691883 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@v6