chore(deps): bump actions/upload-artifact from 4 to 5 (#1021)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-29 03:45:07 -04:00
committed by GitHub
parent 883b9f7dae
commit 062f59aa33
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
id: apk-path
run: echo "path=$(find . -regex '^.*/build/outputs/apk/${{ inputs.flavor }}/${{ inputs.build_type }}/.*\.apk$' -type f | head -1 | tail -c+2)" >> $GITHUB_OUTPUT
- name: Upload APK
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: android_artifacts_${{ inputs.flavor }}
path: >-