diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 978d471..954773a 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -24,7 +24,7 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDebug lint testDebugUnitTest - name: Archive Lint report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Lint-report path: sample/build/reports/lint-results.html \ No newline at end of file