Skip to content

Commit b09f6e3

Browse files
authored
Update to v4
1 parent f64cb94 commit b09f6e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 10
2626

2727
- name: Set up JDK 17
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
java-version: 17
3131
distribution: temurin
3232

33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
with:
3535
path: |
3636
~/.gradle/caches
@@ -48,7 +48,7 @@ jobs:
4848
run: ./gradlew build --no-daemon
4949

5050
- name: Upload Build Artifacts
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: dev-artifacts
5454
path: build/libs/

0 commit comments

Comments
 (0)