We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b537ac commit 211cad2Copy full SHA for 211cad2
.github/workflows/ci.yml
@@ -51,14 +51,14 @@ jobs:
51
52
# https://github.com/android/nowinandroid/blob/main/.github/workflows/Build.yaml
53
- name: Upload build outputs (APKs)
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: build-outputs
57
path: app/build/outputs
58
59
- name: Upload build reports
60
if: always()
61
62
63
name: build-reports
64
- path: app/build/reports
+ path: app/build/reports
0 commit comments