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 committed Dec 11, 2024
1 parent 4c7b1eb commit 7636ba9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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
- name: set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
- name: Run CI
run: make ci
- name: Upload artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: atinternet-dispatcher.zip
path: release/
path: release/
override: true

0 comments on commit 7636ba9

Please sign in to comment.