Skip to content

Commit

Permalink
update download version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuangwang committed Jan 23, 2025
1 parent 062abf6 commit 55d0179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: ~/.cache/firebase/emulators
key: firebase_emulators
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Rsync Artifacts
run: rsync -a artifact/ packages
- name: Test
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
check-latest: false
registry-url: "https://registry.npmjs.org"
- name: "Download Artifacts"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Rsync Artifacts
run: rsync -a artifact/ packages
- name: Publish
Expand Down

0 comments on commit 55d0179

Please sign in to comment.