ci(build): update workflow actions (#662)

- Bump upload-artifact to v3

- Update crowdin/github-action according to new versioning format [https://github.com/crowdin/github-action/releases/tag/v1.6.0]
This commit is contained in:
Abhiram 2023-01-30 02:26:13 +05:30 committed by GitHub
parent 3434c862e9
commit d6abb61e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Add version to APK
run: mv ${{ steps.sign_apk.outputs.signedFile }} revanced-manager-${{ env.RELEASE_VERSION }}.apk
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: revanced-manager-${{ env.RELEASE_VERSION }}
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Crowdin
uses: crowdin/github-action@1.5.0
uses: crowdin/github-action@v1
with:
config: crowdin.yml
upload_sources: true

View File

@ -35,7 +35,7 @@ jobs:
- name: Add version to APK
run: mv build/app/outputs/flutter-apk/app-release.apk revanced-manager-${{ env.RELEASE_VERSION }}.apk
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: revanced-manager-${{ env.RELEASE_VERSION }}
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk