From e3e50f8456621021fe5fd7962d4ba2ca09f1c564 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 9 Jan 2024 22:08:04 +0100 Subject: [PATCH] improve artifact upload speed (https://github.com/actions/upload-artifact/issues/199) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d940a1f..e87df427 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Upload JAR - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ matrix.java == '17' }} with: name: commafeed.jar