Update .github/workflows/check.yml
This commit is contained in:
parent
e72d8cde3b
commit
55e8382915
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -10,12 +10,12 @@ jobs:
|
||||||
image: eclipse-temurin:${{ matrix.java }}
|
image: eclipse-temurin:${{ matrix.java }}
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: ./gradlew runDatagen --stacktrace
|
- run: ./gradlew runDatagen --stacktrace
|
||||||
- run: ./gradlew build --stacktrace -x runDatagen
|
- run: ./gradlew build --stacktrace -x runDatagen
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Artifacts
|
name: Artifacts
|
||||||
path: build/libs/
|
path: build/libs/
|
Loading…
Reference in a new issue