diff --git a/.github/workflows/android-ci.yaml b/.github/workflows/android-ci.yaml index 086211d..fcc8ad4 100644 --- a/.github/workflows/android-ci.yaml +++ b/.github/workflows/android-ci.yaml @@ -89,7 +89,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports-${{ matrix.api-level }} path: '*/build/reports/androidTests' \ No newline at end of file