mirror of
https://github.com/ViaVersion/ViaRewind-Legacy-Support.git
synced 2025-01-24 21:21:50 +01:00
Update GitHub Actions. (#54)
This commit is contained in:
parent
7d6ac66940
commit
1957bfb8d2
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -3,15 +3,16 @@ name: Java CI with Maven
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
- name: Build with Maven
|
||||
run: mvn install
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifact
|
||||
path: target
|
||||
|
Loading…
Reference in New Issue
Block a user