Skip to content

Commit d420197

Browse files
authored
Update GitHub actions to v4
1 parent 388ee2e commit d420197

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 1.17
2020
uses: actions/setup-java@v1
2121
with:
@@ -25,17 +25,17 @@ jobs:
2525
- name: Build with Gradle
2626
run: ./gradlew build
2727
- name: Upload Artifacts - Forge
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: Forge
3131
path: ./forge/build/libs
3232
- name: Upload Artifacts - Fabric
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: Fabric
3636
path: ./fabric/build/libs
3737
- name: Upload Artifacts - Quilt
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: Quilt
4141
path: ./quilt/build/libs

0 commit comments

Comments
 (0)