Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaMohamed2002 committed Oct 29, 2024
1 parent 1450aef commit 4710bef
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 @@ -47,7 +47,7 @@ jobs:

# 📝 Step 7: Upload Test Reports (Optional)
- name: 📤 Upload Test Reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-report
path: build/reports/tests/test
Expand All @@ -58,7 +58,7 @@ jobs:

# 📂 Step 9: Upload KtLint Reports
- name: 📤 Upload KtLint Reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ktlint-report
path: build/reports/ktlint/
Expand Down

0 comments on commit 4710bef

Please sign in to comment.