From 985710aa82b8906880c81eef6ef88423b3d54e10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:46:48 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/release_crypto.yml | 10 +++++----- .github/workflows/release_sdk_parallel.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release_crypto.yml b/.github/workflows/release_crypto.yml index c4fbd3ae..cfd46896 100644 --- a/.github/workflows/release_crypto.yml +++ b/.github/workflows/release_crypto.yml @@ -109,7 +109,7 @@ jobs: - name: Upload target artifacts if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: targets-${{ matrix.target }} if-no-files-found: error @@ -120,7 +120,7 @@ jobs: # The FFI bindings will be identical for the 4 architectures, so upload as artifact # only once. if: (success() || failure()) && matrix.target == 'x86_64-linux-android' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ffi-bindings if-no-files-found: error @@ -146,14 +146,14 @@ jobs: git config user.email github-actions@github.com - name: Download target artifacts to their right folders - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: targets-* merge-multiple: true path: crypto/crypto-android/src/main/jniLibs/ - name: Download FFI bindings to their package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ffi-bindings path: crypto/crypto-android/src/main/kotlin/ @@ -192,7 +192,7 @@ jobs: - name: Upload AAR results if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sdk-android-release if-no-files-found: error diff --git a/.github/workflows/release_sdk_parallel.yml b/.github/workflows/release_sdk_parallel.yml index 0a0e1ced..7ec010f2 100644 --- a/.github/workflows/release_sdk_parallel.yml +++ b/.github/workflows/release_sdk_parallel.yml @@ -109,7 +109,7 @@ jobs: - name: Upload target artifacts if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: targets-${{ matrix.target }} if-no-files-found: error @@ -120,7 +120,7 @@ jobs: # The FFI bindings will be identical for the 4 architectures, so upload as artifact # only once. if: (success() || failure()) && matrix.target == 'x86_64-linux-android' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ffi-bindings if-no-files-found: error @@ -146,14 +146,14 @@ jobs: git config user.email github-actions@github.com - name: Download target artifacts to their right folders - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: targets-* merge-multiple: true path: sdk/sdk-android/src/main/jniLibs/ - name: Download FFI bindings to their package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ffi-bindings path: sdk/sdk-android/src/main/kotlin/ @@ -192,7 +192,7 @@ jobs: - name: Upload AAR results if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sdk-android-release if-no-files-found: error