From 3d629aec39c0e6db5c61a3513e5f2f0576246162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 04:05:15 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index db179a24..037ebdc1 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -303,7 +303,7 @@ jobs: - name: Download phpunit artifacts continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: TestsLog-7.4 path: ./tests/ @@ -316,7 +316,7 @@ jobs: - name: Download styles artifacts continue-on-error: true - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: StylesLog-8.0 path: ./styles/