diff --git a/.github/workflows/ci-detox-android.yml b/.github/workflows/ci-detox-android.yml index 07d8e186..4ab2b98e 100644 --- a/.github/workflows/ci-detox-android.yml +++ b/.github/workflows/ci-detox-android.yml @@ -51,7 +51,7 @@ jobs: - name: Archive build artifacts if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ci-detox-android-artifacts-libs-${{ github.sha }} path: wrappers/react-native/android/lib @@ -127,7 +127,7 @@ jobs: - name: Archive detox failed test results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: detox-artifacts-${{ github.sha }} path: wrappers/react-native/example/detox-artifacts diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index c032cad0..8a9aad90 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -42,7 +42,7 @@ jobs: - name: Archive build artifacts if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ci-detox-ios-artifacts-libs-${{ github.sha }} path: wrappers/react-native/ios/lib @@ -110,7 +110,7 @@ jobs: - name: Archive detox failed test results if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: detox-artifacts-${{ github.sha }} path: wrappers/react-native/example/detox-artifacts