mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-07 22:39:01 -04:00
github actions: use upload-artifact v3
This commit is contained in:
parent
5ff22f49c8
commit
2d197237f8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
with:
|
||||
arguments: fatJar
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: 'minosoft-${{ matrix.os }}'
|
||||
path: build/libs/minosoft-fat-*.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user