diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bdc7d1af..b66f451d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -71,7 +71,7 @@ jobs: # run: mvn test -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - name: upload test reports win - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() && matrix.os == env.WINDOWS_VERSION}} with: @@ -83,7 +83,7 @@ jobs: retention-days: 1 - name: upload test reports ubuntu - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() && matrix.os == 'ubuntu-22.04' }} with: name: surfire-ubuntu