Skip to content

Commit 7bae430

Browse files
chore: update github actions to v5
1 parent b879575 commit 7bae430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distribution: "zulu"
3434

3535
- name: Setup Gradle
36-
uses: gradle/actions/setup-gradle@v4
36+
uses: gradle/actions/setup-gradle@v5
3737
with:
3838
add-job-summary: always
3939
cache-cleanup: on-success
@@ -57,7 +57,7 @@ jobs:
5757
run: cp cloudnet-rest-module/build/libs/cloudnet-rest.jar cloudnet-rest.jar
5858

5959
- name: Upload artifact jar
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: CloudNet-Rest
6363
path: cloudnet-rest.jar

0 commit comments

Comments
 (0)