Skip to content

Commit 915a81f

Browse files
committed
Upgraded last download-artifact v3 actions
1 parent 0755a72 commit 915a81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
node-version: 22.10.0
234234
- name: Download build archive
235-
uses: actions/download-artifact@v3
235+
uses: actions/download-artifact@v4
236236
with:
237237
name: build.tar.gz
238238
- name: Unzip build artifact
@@ -259,7 +259,7 @@ jobs:
259259
if: ${{ needs.build.outputs.changed == 'true'}}
260260
steps:
261261
- name: Download build archive
262-
uses: actions/download-artifact@v3
262+
uses: actions/download-artifact@v4
263263
with:
264264
name: build.tar.gz
265265
- name: Unzip build artifact

0 commit comments

Comments
 (0)