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 0755a72 commit 915a81fCopy full SHA for 915a81f
.github/workflows/test-changed-firestore.yml
@@ -232,7 +232,7 @@ jobs:
232
with:
233
node-version: 22.10.0
234
- name: Download build archive
235
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
236
237
name: build.tar.gz
238
- name: Unzip build artifact
@@ -259,7 +259,7 @@ jobs:
259
if: ${{ needs.build.outputs.changed == 'true'}}
260
steps:
261
262
263
264
265
0 commit comments