We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7c4a0f + 0f83e45 commit f0376a3Copy full SHA for f0376a3
1 file changed
.github/workflows/Android-CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build with Gradle
30
run: ./gradlew assembleDebug lint
31
- name: Archive Lint report
32
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
33
with:
34
name: Lint-report
35
path: app/build/reports/lint-results.html
0 commit comments