Skip to content

Commit

Permalink
Update gradle.yml switch actions to v4
Browse files Browse the repository at this point in the history
git actions do not generate complete zip file with v3
  • Loading branch information
afischerdev committed Feb 26, 2024
1 parent e94b80e commit 260e960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
environment: BRouter
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -37,7 +37,7 @@ jobs:
ORG_GRADLE_PROJECT_RELEASE_STORE_PASSWORD: ${{ secrets.BROUTER_STORE_PASSWORD }}
run: ./gradlew build
- name: Upload ZIP
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ZIP
path: brouter-server/build/distributions/brouter-*.zip

0 comments on commit 260e960

Please sign in to comment.