Skip to content

Commit 1d33b8e

Browse files
committed
fix: download artifact in relase to v4
1 parent 2ffa4c9 commit 1d33b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
# ==============================
8282

8383
- name: Download Artifacts
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: linux
8787
path: ./linux
8888

8989
- name: Download Artifacts
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: macos
9393
path: ./macos

0 commit comments

Comments
 (0)