diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7b5b2720..e8c9f10e 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@v7 with: name: build-artifacts path: | diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 62d54958..a75c1774 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@v7 with: name: test-artifacts path: | diff --git a/.github/workflows/kmp.yml b/.github/workflows/kmp.yml index ee17e3d8..2923a387 100644 --- a/.github/workflows/kmp.yml +++ b/.github/workflows/kmp.yml @@ -42,7 +42,7 @@ jobs: run: ./gradlew build - name: Archive build-output artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: output-build-artifacts path: | @@ -112,7 +112,7 @@ jobs: script: ./gradlew :app:android:connectedCheck - name: Archive ui-tests-output artifacts if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: output-ui-tests-artifacts-${{ matrix.api-level }}-${{ matrix.target }} path: |