Skip to content

Commit

Permalink
upgrade artifact version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
omkaryadv177 authored Sep 13, 2024
1 parent 33e98b5 commit 55bbc1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 18
uses: actions/setup-java@v1
with:
java-version: 18

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Cache gradle
with:
path: |
Expand All @@ -44,7 +44,7 @@ jobs:
run: ./gradlew assembleDebug

- name: Store Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: libs
path: ./app/build/outputs/apk/**/*.apk

0 comments on commit 55bbc1c

Please sign in to comment.