Skip to content

Commit

Permalink
Update actions to use Node 20 (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
goteusz-maszyk authored Feb 22, 2024
1 parent fb322c8 commit c07d690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
steps:

- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: make gradle wrapper executable
run: chmod +x ./gradlew

- name: setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand All @@ -42,7 +42,7 @@ jobs:
run: ./gradlew buildOrPublish

- name: capture build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
Expand Down

0 comments on commit c07d690

Please sign in to comment.