File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - name : checkout repository
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616 - name : validate gradle wrapper
1717 uses : gradle/wrapper-validation-action@v1
1818 - name : setup jdk ${{ matrix.java }}
19- uses : actions/setup-java@v1
19+ uses : actions/setup-java@v3
2020 with :
2121 java-version : ${{ matrix.java }}
2222 - name : make gradle wrapper executable
2626 run : ./gradlew build
2727 - name : capture build artifacts
2828 if : ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : Artifacts
3232 path : build/libs/
You can’t perform that action at this time.
0 commit comments