We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc104d8 commit 1fc27c5Copy full SHA for 1fc27c5
.github/workflows/Release_CICD.yml
@@ -32,7 +32,7 @@ jobs:
32
run: cicd/build_windows.ps1
33
34
- name: Upload release
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: windows
38
path: release_windows/*
@@ -57,7 +57,7 @@ jobs:
57
run: bash cicd/build_mac.sh
58
59
60
61
62
name: mac
63
path: release_mac/*
@@ -82,7 +82,7 @@ jobs:
82
run: bash cicd/build_linux.sh
83
84
85
86
87
name: linux
88
path: release_linux/*
0 commit comments