From b44ec0f20a3dd2973b229a683ac8b4a2a2085d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:36:49 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/ios.yml | 2 +- .github/workflows/kmp.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7b5b2720..1b092839 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -31,7 +31,7 @@ jobs: run: fastlane build_bundle_publish - name: Archive build artifacts if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-artifacts path: | diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 62d54958..5ccdd275 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -46,7 +46,7 @@ jobs: run: fastlane appstore_publish_deliver_lane - name: Archive build artifacts if: ${{ always() }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-artifacts path: | diff --git a/.github/workflows/kmp.yml b/.github/workflows/kmp.yml index 1a193e31..1cfd77ad 100644 --- a/.github/workflows/kmp.yml +++ b/.github/workflows/kmp.yml @@ -40,7 +40,7 @@ jobs: run: ./gradlew build - name: Archive build-output artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: output-build-artifacts path: | @@ -109,7 +109,7 @@ jobs: script: ./gradlew :app:android:connectedCheck - name: Archive ui-tests-output artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: output-ui-tests-artifacts-${{ matrix.api-level }}-${{ matrix.target }} path: |