mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 16:38:32 -06:00
chore(deps): update actions/upload-artifact action to v3 (#376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pr-check.yaml
vendored
2
.github/workflows/pr-check.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
run: bash ./gradlew assembleProductionDebug
|
||||
|
||||
- name: 🚀 Upload APK to Artifiacts 📱
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app
|
||||
path: app/build/outputs/apk/production/debug/*.apk
|
||||
|
||||
Reference in New Issue
Block a user