Skip to content

Commit

Permalink
Fix unit test CI job failure (#1175)
Browse files Browse the repository at this point in the history
Use v4 of upload-artifact action instead of v2 (deprecated)
  • Loading branch information
liviu-timar authored Sep 9, 2024
1 parent 59d62fa commit 4fd5345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:
./gradlew :stream-video-android-core:testDebugUnitTest --scan --stacktrace
- name: Unit tests core results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: unit-tests-core-results
path: stream-video-android-core/build/reports/tests/testDebugUnitTest/index.html

- name: Unit tests compose results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: unit-tests-compose-results
path: stream-video-android-ui-compose/build/reports/tests/testDebugUnitTest/index.html
Expand Down

0 comments on commit 4fd5345

Please sign in to comment.