Skip to content

Commit 4d2b86d

Browse files
committed
v4 actions :reee:
1 parent 1a89393 commit 4d2b86d

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
@@ -13,9 +13,9 @@ jobs:
1313
PUBLISH_TOKEN: ${{ secrets.LABYMOD_PUBLISH_TOKEN }}
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Set up JDK
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
2121
java-version: '17'
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build Release Artifacts with Gradle
2525
run: ./gradlew build
2626
- name: Upload Artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: Artifacts
3030
path: build/commonOutput/*.jar

0 commit comments

Comments
 (0)