We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e932b3 commit 663c5aeCopy full SHA for 663c5ae
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
path: ~/.cache/firebase/emulators
90
key: firebase_emulators
91
- name: Download Artifacts
92
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
93
- name: Rsync Artifacts
94
run: rsync -a artifact/ packages
95
- name: Test
@@ -146,7 +146,7 @@ jobs:
146
check-latest: false
147
registry-url: "https://registry.npmjs.org"
148
- name: "Download Artifacts"
149
150
151
152
- name: Publish
0 commit comments