diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index c4d4795..3d2df10 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -29,7 +29,7 @@ jobs: - name: Build with Gradle run: ./gradlew assembleDebug lint - name: Archive Lint report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Lint-report path: app/build/reports/lint-results.html \ No newline at end of file