From 46e929270908c3b793477d11c971cd4f601ab074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:19:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/php.code_quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index 8c6dd12..92568e3 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -70,12 +70,12 @@ jobs: # NOTE: only phpunit, phpcs generate reports - name: Download phpunit reports - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: phpunit-reports path: build/ - name: Download phpcs reports - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: phpcs-reports path: build/