File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 with :
233233 node-version : 22.10.0
234234 - name : Download build archive
235- uses : actions/download-artifact@v3
235+ uses : actions/download-artifact@v4
236236 with :
237237 name : build.tar.gz
238238 - name : Unzip build artifact
@@ -259,7 +259,7 @@ jobs:
259259 if : ${{ needs.build.outputs.changed == 'true'}}
260260 steps :
261261 - name : Download build archive
262- uses : actions/download-artifact@v3
262+ uses : actions/download-artifact@v4
263263 with :
264264 name : build.tar.gz
265265 - name : Unzip build artifact
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ const config = {
5454 // Doing 65 seconds to allow for the 20 second firestore tests
5555 browserNoActivityTimeout : 65000 ,
5656
57- // preprocess matching files before serving them to the browser
58- // available preprocessors:
57+ // Preprocess matching files before serving them to the browser.
58+ // Available preprocessors:
5959 // https://npmjs.org/browse/keyword/karma-preprocessor
6060 preprocessors : {
6161 'test/**/*.ts' : [ 'webpack' , 'sourcemap' ] ,
You can’t perform that action at this time.
0 commit comments