From 915a81fd0761fa4d9fe526902a594454a92efed2 Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Tue, 14 Jan 2025 15:26:34 -0500 Subject: [PATCH 1/2] Upgraded last download-artifact v3 actions --- .github/workflows/test-changed-firestore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-changed-firestore.yml b/.github/workflows/test-changed-firestore.yml index e5a45745f7b..0820d40835d 100644 --- a/.github/workflows/test-changed-firestore.yml +++ b/.github/workflows/test-changed-firestore.yml @@ -232,7 +232,7 @@ jobs: with: node-version: 22.10.0 - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build.tar.gz - name: Unzip build artifact @@ -259,7 +259,7 @@ jobs: if: ${{ needs.build.outputs.changed == 'true'}} steps: - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build.tar.gz - name: Unzip build artifact From 5344133f19a4a68389ee08d65f762a2cf3ab00bc Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Tue, 14 Jan 2025 15:50:29 -0500 Subject: [PATCH 2/2] touch karma.base.js --- config/karma.base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/karma.base.js b/config/karma.base.js index 49824296740..fe53d3ac744 100644 --- a/config/karma.base.js +++ b/config/karma.base.js @@ -54,8 +54,8 @@ const config = { // Doing 65 seconds to allow for the 20 second firestore tests browserNoActivityTimeout: 65000, - // preprocess matching files before serving them to the browser - // available preprocessors: + // Preprocess matching files before serving them to the browser. + // Available preprocessors: // https://npmjs.org/browse/keyword/karma-preprocessor preprocessors: { 'test/**/*.ts': ['webpack', 'sourcemap'],