diff --git a/.github/workflows/instrumentedTest.yml b/.github/workflows/instrumentedTest.yml index c5b0aa4..3db3c1d 100644 --- a/.github/workflows/instrumentedTest.yml +++ b/.github/workflows/instrumentedTest.yml @@ -41,7 +41,7 @@ jobs: script: ./gradlew connectedDebugAndroidTest --stacktrace --scan - name: Upload test reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: reports