Skip to content

Commit 7d94fd8

Browse files
committed
Update actions
1 parent 30e2c46 commit 7d94fd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-java@v3
15+
- uses: actions/setup-java@v4
1616
with:
1717
distribution: 'zulu'
1818
java-version: '8'
@@ -21,7 +21,7 @@ jobs:
2121
run: chmod +x gradlew
2222
- name: Build the mod
2323
run: ./gradlew --no-daemon build
24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: Download
2727
path: build/libs

0 commit comments

Comments
 (0)