From e16755d491dc37f48202b3cea0930720dfb96e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:19:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests-mysql.yml | 2 +- .github/workflows/tests-postgres.yml | 2 +- .github/workflows/tests-sqlite.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-mysql.yml b/.github/workflows/tests-mysql.yml index bc1c9275bb..eab86ae808 100644 --- a/.github/workflows/tests-mysql.yml +++ b/.github/workflows/tests-mysql.yml @@ -82,7 +82,7 @@ jobs: - name: Upload Laravel logs as artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }} path: | diff --git a/.github/workflows/tests-postgres.yml b/.github/workflows/tests-postgres.yml index 5d7d4d0001..c265589ae4 100644 --- a/.github/workflows/tests-postgres.yml +++ b/.github/workflows/tests-postgres.yml @@ -81,7 +81,7 @@ jobs: - name: Upload Laravel logs as artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }} path: | diff --git a/.github/workflows/tests-sqlite.yml b/.github/workflows/tests-sqlite.yml index e00e0f7319..fec4cfc25c 100644 --- a/.github/workflows/tests-sqlite.yml +++ b/.github/workflows/tests-sqlite.yml @@ -67,7 +67,7 @@ jobs: - name: Upload Laravel logs as artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: laravel-logs-php-${{ matrix.php-version }}-run-${{ github.run_attempt }} path: |