From 5006983586ccf2b0a647b4683fff5e62a99741c7 Mon Sep 17 00:00:00 2001 From: Matthias Wiedemann Date: Mon, 4 Nov 2024 09:23:06 +0100 Subject: [PATCH] Update maven.yml --- .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 98c8dbb..d37ea33 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: if: always() continue-on-error: true run: mvn -B surefire-report:failsafe-report-only - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: always() with: name: ${{ matrix.name }}-testresults