Skip to content

Commit 618952b

Browse files
chore: update github actions to v6
1 parent 4485416 commit 618952b

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
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Setup java
2929
uses: actions/setup-java@v5
@@ -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@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: CloudNet-Rest
6363
path: cloudnet-rest.jar

0 commit comments

Comments
 (0)