Skip to content

Commit 76e47e3

Browse files
committed
fix: GitHub Actions
1 parent 7f7a657 commit 76e47e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/common.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
-
2323
name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
-
2626
name: Set up JDK
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
distribution: 'oracle'
3030
java-version: '21'
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
./gradlew curseforge --info --stacktrace
5656
-
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: I18nUpdateMod-${{ inputs.type }}-${{ github.run_number }}
6060
path: build/libs

0 commit comments

Comments
 (0)