From 5d5c2ead3c70eaf97ffabe648cc66ed041581ca0 Mon Sep 17 00:00:00 2001 From: wu-hui Date: Mon, 20 Apr 2026 15:49:08 -0400 Subject: [PATCH] chore(firestore): rename named-db log file to enterprise --- .github/workflows/firestore_ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firestore_ci_tests.yml b/.github/workflows/firestore_ci_tests.yml index 7cc7b0755b8..83ec5ffe679 100644 --- a/.github/workflows/firestore_ci_tests.yml +++ b/.github/workflows/firestore_ci_tests.yml @@ -190,7 +190,7 @@ jobs: if: failure() uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: - name: named-db-logcat.txt + name: enterprise-db-logcat.txt path: logcat.txt retention-days: 7 if-no-files-found: ignore