Apple-Actions / download-provisioning-profiles

Github Action for downloading provisioning profiles from Apple AppStore Connect
MIT License
74 stars 37 forks source link

The `set-output` command is deprecated and will be disabled soon. #17

Open riderx opened 2 years ago

riderx commented 2 years ago

When the action run it seems it use old deprecated api

ssrobins commented 1 year ago

Posted a pull request that addresses this: https://github.com/Apple-Actions/download-provisioning-profiles/pull/18

riderx commented 1 year ago

i did switch to fastlane, way more well maintained

elio-developer commented 9 months ago

@ssrobins the message its still showing when using v1 (Apple-Actions/import-codesign-certs@v1)

ssrobins commented 9 months ago

@ssrobins the message its still showing when using v1 (Apple-Actions/import-codesign-certs@v1)

That's by design. Upgrading the api was a breaking change so I opted to do it on a v2 tag to not disrupt anyone still on v1. So I would recommend using apple-actions/import-codesign-certs@v2.