diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2818bef..e6c7e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Build with Java ${{ matrix.java }} - ${{ matrix.os }} run: | mvn -ntp clean install -U -B -fae - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}