Skip to content

Commit

Permalink
update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Feb 10, 2025
1 parent c3ac843 commit 5f60b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
run: ./gradlew assembleDebug --no-daemon

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Debug APK
path: app/build/outputs/apk/debug/app-universal-debug.apk

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build Reports
path: app/build/reports
Expand Down

0 comments on commit 5f60b78

Please sign in to comment.