Skip to content

Commit ad95c39

Browse files
committed
ci: update build.yml
1 parent 93cb5aa commit ad95c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout repository
2121
uses: actions/checkout@v4
2222
- name: validate gradle wrapper
23-
uses: gradle/wrapper-validation-action@v3
23+
uses: gradle/actions/wrapper-validation@v4
2424
- name: setup jdk ${{ matrix.java }}
2525
uses: actions/setup-java@v4
2626
with:
@@ -39,7 +39,7 @@ jobs:
3939
mkdir out
4040
bash ./.github/scripts/build_output.sh
4141
- name: capture build artifacts
42-
if: ${{ runner.os == 'Linux' && matrix.java == '17' }}
42+
if: ${{ runner.os == 'Linux' && matrix.java == '21' }}
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: artifacts

0 commit comments

Comments
 (0)