forked from Archives/Athou_commafeed
improve artifact upload speed (https://github.com/actions/upload-artifact/issues/199)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: mvn --batch-mode --update-snapshots verify
|
run: mvn --batch-mode --update-snapshots verify
|
||||||
|
|
||||||
- name: Upload JAR
|
- name: Upload JAR
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.java == '17' }}
|
if: ${{ matrix.java == '17' }}
|
||||||
with:
|
with:
|
||||||
name: commafeed.jar
|
name: commafeed.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user