diff --git a/.github/workflows/native_binary_build.yml b/.github/workflows/native_binary_build.yml index 8b9ad9d..9da2e94 100644 --- a/.github/workflows/native_binary_build.yml +++ b/.github/workflows/native_binary_build.yml @@ -46,7 +46,7 @@ jobs: run: ./gradlew nativeCompile - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: kb-sdk-${{ matrix.label }} path: build/native/nativeCompile/kb-sdk