diff --git a/.github/workflows/build-ios-ipa.yaml b/.github/workflows/build-ios-ipa.yaml index 22b1fe1..062eefd 100644 --- a/.github/workflows/build-ios-ipa.yaml +++ b/.github/workflows/build-ios-ipa.yaml @@ -33,7 +33,7 @@ jobs: rsync -Rr . example/node_modules/@argyleio/argyle-plugin-react-native - name: Import Codesigning Certificate - uses: apple-actions/import-codesign-certs@v2 + uses: apple-actions/import-codesign-certs@v3 with: p12-file-base64: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_P12 }} p12-password: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_PASS }}