Skip to content

Commit

Permalink
chore(CI): updates actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclion authored and arnaud-roland committed Dec 11, 2024
1 parent dd4351b commit 7cea14a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# Ensure java 17 is used
- name: Setup JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: zulu
- name: Run CI
run: make ci
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: hms-plugin.zip
path: release/
override: true

0 comments on commit 7cea14a

Please sign in to comment.