Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela authored Mar 1, 2024
1 parent c46fdee commit 7a0777c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
show-progress: false

- name: set up JDK 17
uses: actions/setup-java@v3
Expand All @@ -29,7 +31,7 @@ jobs:
run: cp ./app/build/outputs/apk/release/app-release-unsigned.apk ./maatouch

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: maatouch
path: ./maatouch

0 comments on commit 7a0777c

Please sign in to comment.