diff --git a/.github/workflows/ios-actions.yml b/.github/workflows/ios-actions.yml index e9ad68fba..fe857bccd 100644 --- a/.github/workflows/ios-actions.yml +++ b/.github/workflows/ios-actions.yml @@ -126,7 +126,7 @@ jobs: SKIP_TESTS_NO_METAL: ${{ inputs.MAP_IMPL == 'mapbox' || inputs.MAP_IMPL == 'mapbox11' }} - name: Store Detox artifacts on test failure - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: detox-artifacts