From 4a1b84b6aba520ee80dbbbdf0d4e3cdb1b71c7b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:53:49 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/native-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build.yaml b/.github/workflows/native-build.yaml index 1327243..a4d3346 100644 --- a/.github/workflows/native-build.yaml +++ b/.github/workflows/native-build.yaml @@ -27,7 +27,7 @@ jobs: - name: Start native compile run: ./gradlew nativeCompile - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: kia-cli-${{ matrix.os }} path: kia-cli/build/native/nativeCompile/kia-cli* \ No newline at end of file