File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments