Merge pull request #3 from Super12138/renovate/actions-upload-artifact-4.x

Update actions/upload-artifact action to v4.3.1
This commit is contained in:
Super12138 2024-02-15 21:39:01 +08:00 committed by GitHub
commit 15621282fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
buildToolsVersion: 33.0.0
- name: Upload APK
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.3.1
with:
name: Release
path: ${{steps.sign_app.outputs.signedFile}}