We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d5edfe + b6eb2c3 commit ffd0fcbCopy full SHA for ffd0fcb
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@v6
+ uses: actions/upload-artifact@v7
33
with:
34
name: Lint-report
35
path: app/build/reports/lint-results.html
0 commit comments