Skip to content

Commit 954d74f

Browse files
Update actions/upload-artifact action to v3 (#46)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 93ecc2e commit 954d74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
arguments: assembleDebug --warning-mode all --stacktrace
3636

3737
- name: Upload APK
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: app-debug
4141
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)