Skip to content

Commit f54834e

Browse files
committed
Bump download artifact
1 parent 54656e9 commit f54834e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)