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: |