Skip to content

Commit 99e00bd

Browse files
authored
Update download.yml
1 parent 312ed6e commit 99e00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sudo docker save -o wekan.tar wekan/wekan:latest # 导出为.tar
1818

1919
- name: Upload Artifact
20-
uses: actions/upload-artifact@v3 # 上传产物
20+
uses: actions/upload-artifact@v4 # 上传产物
2121
with:
2222
name: wekan.tar # 产物名称
2323
path: wekan.tar # 文件路径

0 commit comments

Comments
 (0)