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 cf73071 commit dfa6194
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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: 1.8
- name: Run CI
Expand All @@ -19,7 +19,8 @@ jobs:
run: make sonar
- name: Upload artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: google-analytics-dispatcher.zip
path: release/
path: release/
override: true

0 comments on commit dfa6194

Please sign in to comment.