diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 29c34b8..a53f927 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -23,7 +23,7 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDebug lint testDebugUnitTest - name: Archive Lint report - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v2.3.1 with: name: Lint-report path: sample/build/reports/lint-results.html \ No newline at end of file