diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 410c2031..39130abd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: java-version: ${{ matrix.java }} - name: Build with Maven Java ${{ matrix.java }} run: mvn -s .m2-settings.xml -B -fae clean install - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: failure() with: name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}