Skip to content

Commit dd7440c

Browse files
Attempt another update of github workflows
1 parent 5c2618c commit dd7440c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: validate gradle wrapper
2323
uses: gradle/wrapper-validation-action@v1
2424
- name: setup jdk ${{ matrix.java }}
25-
uses: actions/setup-java@v1
25+
uses: actions/setup-java@v4
2626
with:
2727
java-version: ${{ matrix.java }}
2828
- name: make gradle wrapper executable
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew build
3232
- name: capture build artifacts
3333
if: ${{ matrix.java == '17' }} # Only upload artifacts built from latest java
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: Artifacts
3737
path: build/libs/

0 commit comments

Comments
 (0)