Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
- Node.js 16 actions are deprecated

Signed-off-by: Andrey Slyusar <[email protected]>
  • Loading branch information
reysand committed Feb 2, 2024
1 parent 11f0d45 commit f17c3bc
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 @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./gradlew assembleRelease

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.0
with:
name: files
path: ./app/build/outputs/apk/release/app-release.apk

0 comments on commit f17c3bc

Please sign in to comment.