update github actions jar
This commit is contained in:
8
.github/workflows/build_jar.yml
vendored
8
.github/workflows/build_jar.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4.6.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4.5.0
|
||||
with:
|
||||
name: build-artifact
|
||||
name: build-jar-mod
|
||||
path: build/libs/*.jar
|
||||
Reference in New Issue
Block a user