From ac3d90d27723b7904f45ca1a4be5799f98aff0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:42:54 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.0 to 5.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...330a01c490aca151604b8cf639adc76d48f6c5d4) --- updated-dependencies: - dependency-name: actions/upload-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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index f7987dd..c7f5eea 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -52,7 +52,7 @@ jobs: - name: Run ${{ matrix.tool }} run: make ${{ matrix.tool }}-ci - name: Upload ${{ matrix.tool }} reports - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 if: always() with: name: ${{ matrix.tool }}-reports