We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 857bdcf + 4a404f0 commit 6faf355Copy full SHA for 6faf355
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@v4
+ uses: actions/upload-artifact@v5
33
with:
34
name: Lint-report
35
path: app/build/reports/lint-results.html
0 commit comments