Update actions/upload-artifact action to v4.6.0 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bc162cc8bf
commit
2f6512ff7a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
- name: Upload APK
|
||||
if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo'
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}/app/build/outputs/apk/release
|
||||
Loading…
Reference in a new issue