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: |