From cf6ec17abeea4a19ec61c5113abd05924c64a378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:43:08 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce38c7f..ff64c33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - name: Run PHPStan continue-on-error: true run: vendor/bin/phpstan analyze --configuration=tests/phpstan.neon --error-format=sarif --xdebug "tests/" > local-results.sarif - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: local-v1-${{ matrix.php-version }} path: local-results.sarif @@ -67,7 +67,7 @@ jobs: - name: Run PHPStan continue-on-error: true run: vendor/bin/phpstan analyze --configuration=tests/phpstan.neon --error-format=sarif --xdebug "tests/" > local-results.sarif - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: local-v2-${{ matrix.php-version }} path: local-results.sarif @@ -101,7 +101,7 @@ jobs: - name: Run PHPStan continue-on-error: true run: vendor/bin/phpstan analyze --configuration=tests/phpstan.neon --error-format=sarif --xdebug "tests/" > package-results.sarif - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: package-${{ matrix.version }}-${{ matrix.php-version }} path: package-results.sarif