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 d503e68 commit 63824cfCopy full SHA for 63824cf
.github/workflows/build_sdk_auto.yml
@@ -25,7 +25,7 @@ jobs:
25
bash ./build.sh -e -t all
26
27
- name: Upload archive
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: artifacts
31
path: dist
.github/workflows/build_sdk_manual_v3.yml
@@ -43,7 +43,7 @@ jobs:
43
bash ./build.sh -e -t $TARGET_TYPE -D $LOG_LEVEL
44
45
46
47
48
49
0 commit comments