diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 3d2df10..1c78c82 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@v6 + uses: actions/upload-artifact@v7 with: name: Lint-report path: app/build/reports/lint-results.html \ No newline at end of file