diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc95c0d..6ba28afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: cache: maven - name: Build with Maven run: ./mvnw --batch-mode --no-transfer-progress --activate-profiles ${{ matrix.container }} verify - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: surefire-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.container }}