Skip to content

Commit

Permalink
Merge pull request #44 from SimonMarquis/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4
  • Loading branch information
SimonMarquis authored Dec 14, 2023
2 parents 0745f71 + 95c8b25 commit 61fce21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
arguments: assembleDebug test lint --stacktrace
gradle-home-cache-cleanup: true
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
- name: Upload UnitTest reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-tests-reports
path: |
**/reports/tests/test*UnitTest/
**/build/test-results/Test-*.xml
- name: Upload Lint reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-reports
path: |
Expand Down

0 comments on commit 61fce21

Please sign in to comment.