Skip to content

Commit 55d0179

Browse files
committed
update download version
1 parent 062abf6 commit 55d0179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: ~/.cache/firebase/emulators
9191
key: firebase_emulators
9292
- name: Download Artifacts
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4
9494
- name: Rsync Artifacts
9595
run: rsync -a artifact/ packages
9696
- name: Test
@@ -147,7 +147,7 @@ jobs:
147147
check-latest: false
148148
registry-url: "https://registry.npmjs.org"
149149
- name: "Download Artifacts"
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
- name: Rsync Artifacts
152152
run: rsync -a artifact/ packages
153153
- name: Publish

0 commit comments

Comments
 (0)