File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 - name : Build
4848 run : ./tools/build.sh
4949 - name : ' Upload Artifact'
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : angularfire-${{ github.run_id }}
5353 path : dist
8282 if : steps.node_modules_cache.outputs.cache-hit != 'true'
8383 run : npm ci
8484 - name : Download Artifacts
85- uses : actions/download-artifact@v3
85+ uses : actions/download-artifact@v4
8686 - name : Relocate Artifacts
8787 run : mv angularfire-${{ github.run_id }} dist
8888 - name : Test Node
@@ -133,7 +133,7 @@ jobs:
133133 path : ~/.cache/firebase/emulators
134134 key : firebase_emulators
135135 - name : Download Artifacts
136- uses : actions/download-artifact@v3
136+ uses : actions/download-artifact@v4
137137 - name : Relocate Artifacts
138138 run : mv angularfire-${{ github.run_id }} dist
139139 - name : Test browser
@@ -210,7 +210,7 @@ jobs:
210210 registry-url : ' https://registry.npmjs.org'
211211 check-latest : false
212212 - name : ' Download Artifacts'
213- uses : actions/download-artifact@v3
213+ uses : actions/download-artifact@v4
214214 - name : Publish
215215 run : |
216216 cd ./angularfire-${{ github.run_id }}/packages-dist
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular/fire" ,
3- "version" : " 19.0 .0" ,
3+ "version" : " 19.1 .0" ,
44 "description" : " Angular + Firebase = ❤️" ,
55 "private" : true ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments