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:
commit
15621282fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -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}}
|
||||
Loading…
Reference in a new issue