|
47 | 47 | - name: Build |
48 | 48 | run: ./tools/build.sh |
49 | 49 | - name: 'Upload Artifact' |
50 | | - uses: actions/upload-artifact@v3 |
| 50 | + uses: actions/upload-artifact@v4 |
51 | 51 | with: |
52 | 52 | name: angularfire-${{ github.run_id }} |
53 | 53 | path: dist |
|
82 | 82 | if: steps.node_modules_cache.outputs.cache-hit != 'true' |
83 | 83 | run: npm ci |
84 | 84 | - name: Download Artifacts |
85 | | - uses: actions/download-artifact@v3 |
| 85 | + uses: actions/download-artifact@v4 |
86 | 86 | - name: Relocate Artifacts |
87 | 87 | run: mv angularfire-${{ github.run_id }} dist |
88 | 88 | - name: Test Node |
@@ -133,7 +133,7 @@ jobs: |
133 | 133 | path: ~/.cache/firebase/emulators |
134 | 134 | key: firebase_emulators |
135 | 135 | - name: Download Artifacts |
136 | | - uses: actions/download-artifact@v3 |
| 136 | + uses: actions/download-artifact@v4 |
137 | 137 | - name: Relocate Artifacts |
138 | 138 | run: mv angularfire-${{ github.run_id }} dist |
139 | 139 | - name: Test browser |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | registry-url: 'https://registry.npmjs.org' |
211 | 211 | check-latest: false |
212 | 212 | - name: 'Download Artifacts' |
213 | | - uses: actions/download-artifact@v3 |
| 213 | + uses: actions/download-artifact@v4 |
214 | 214 | - name: Publish |
215 | 215 | run: | |
216 | 216 | cd ./angularfire-${{ github.run_id }}/packages-dist |
|
0 commit comments