From dcda46c415987025802d3e3f2789d7d580d4551e Mon Sep 17 00:00:00 2001 From: Daniel Petrov Date: Mon, 16 Sep 2024 14:36:29 +0300 Subject: [PATCH] Fix tests workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c03a19cd..1a5abc13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,14 +67,14 @@ jobs: - name: publish screenshots if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: espresso_screenshots_${{ matrix.api-level }} path: espresso_screenshots - name: upload results if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: instrumentation-test-results ${{ matrix.api-level }} path: ./**/build/reports/androidTests/connected/**