Merge pull request #1760 from SiboVG/issue-1758

[#1758] Bump GitHub actions
This commit is contained in:
Sibo Van Gool 2022-10-20 18:11:12 +02:00 committed by GitHub
commit 0f81eee204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,18 +14,18 @@ jobs:
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Ant build
run: ant -noinput -buildfile build.xml clean check jar unittest
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: openrocket_build_${{ github.run_number }}
path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar