From 33117064089790962fd6409d250b20f067910d6a Mon Sep 17 00:00:00 2001 From: Marcell Perger <102254594+MarcellPerger1@users.noreply.github.com> Date: Sun, 16 Jun 2024 09:48:02 +0100 Subject: [PATCH] ci: Add `--no-transfer-progress` to uploader action --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9d3b0f7..b792171 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,4 +38,4 @@ jobs: - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v4.0.2 with: - maven-args: '-B' + maven-args: -B -ntp