mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-04-12 14:40:42 +08:00
Pin upload-artifact action to previous version.
See https://github.com/actions/upload-artifact/issues/281
This commit is contained in:
parent
de6fa17b01
commit
5ca77b8067
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 16
|
||||
java-version: 17
|
||||
cache: 'gradle'
|
||||
distribution: 'temurin'
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build -s --no-daemon
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v2.2.4
|
||||
name: Archive Reports
|
||||
if: always()
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user