Skip to content

Commit 663c5ae

Browse files
committed
bump download-artifacts4
1 parent 8e932b3 commit 663c5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: ~/.cache/firebase/emulators
9090
key: firebase_emulators
9191
- name: Download Artifacts
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
- name: Rsync Artifacts
9494
run: rsync -a artifact/ packages
9595
- name: Test
@@ -146,7 +146,7 @@ jobs:
146146
check-latest: false
147147
registry-url: "https://registry.npmjs.org"
148148
- name: "Download Artifacts"
149-
uses: actions/download-artifact@v3
149+
uses: actions/download-artifact@v4
150150
- name: Rsync Artifacts
151151
run: rsync -a artifact/ packages
152152
- name: Publish

0 commit comments

Comments
 (0)