Skip to content

Commit cbcda85

Browse files
[*] CI
1 parent dcb41d1 commit cbcda85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ jobs:
193193
- name: Checkout code
194194
uses: actions/checkout@v2
195195
- name: Download linux installer
196-
uses: actions/download-artifact@v2
196+
uses: actions/download-artifact@v4
197197
with:
198198
name: timebase-linux-installer
199199
- name: Download windows installer
200-
uses: actions/download-artifact@v2
200+
uses: actions/download-artifact@v4
201201
with:
202202
name: timebase-windows-installer
203203
- name: Publish github

0 commit comments

Comments
 (0)