diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 251a1b9b37..80338a3387 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -37,19 +37,19 @@ jobs: # tag: default # abi: x86 # - name: Archive Espresso results - # uses: actions/upload-artifact@v2.3.1 + # uses: actions/upload-artifact@v3.1.1 # if: ${{ always() }} # with: # name: Chart-Espresso-report # path: app/build/reports/androidTests/connected # - name: Save logcat output - # uses: actions/upload-artifact@v2.3.1 + # uses: actions/upload-artifact@v3.1.1 # if: failure() # with: # name: Chart-logcat # path: artifacts/logcat.log # - name: Archive screenshots - # uses: actions/upload-artifact@v2.3.1 + # uses: actions/upload-artifact@v3.1.1 # with: # name: Chart-Screenshots # path: screenshots/adb @@ -74,7 +74,7 @@ jobs: - name: Code checks run: ./gradlew check - name: Archive Lint report - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.1.1 if: ${{ always() }} with: name: Chart-Lint-report