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 062abf6 commit 55d0179Copy full SHA for 55d0179
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
path: ~/.cache/firebase/emulators
91
key: firebase_emulators
92
- name: Download Artifacts
93
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
94
- name: Rsync Artifacts
95
run: rsync -a artifact/ packages
96
- name: Test
@@ -147,7 +147,7 @@ jobs:
147
check-latest: false
148
registry-url: "https://registry.npmjs.org"
149
- name: "Download Artifacts"
150
151
152
153
- name: Publish
0 commit comments