Skip to content

Commit 1c3b9ae

Browse files
committed
Update actions
1 parent 8c93e11 commit 1c3b9ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111

1212
- name: checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: setup jdk ${{ matrix.java }}
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: ${{ matrix.java }}
1919

20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.gradle/caches
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434

3535
- name: capture build artifacts
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
3939
path: build/libs/

0 commit comments

Comments
 (0)