CrazyHZM commented on code in PR #1375:
URL: https://github.com/apache/maven/pull/1375#discussion_r1475439232


##########
.github/workflows/maven.yml:
##########
@@ -124,3 +124,10 @@ jobs:
       - name: Running integration tests
         shell: bash
         run: mvn install -e -B -V -Prun-its,embedded 
-DmavenDistro="$GITHUB_WORKSPACE/maven/apache-maven/target/apache-maven-bin.zip"
 -f maven-integration-testing/pom.xml
+
+      - name: Upload artifact on integration testing
+        uses: actions/upload-artifact@v4
+        if: failure() && matrix.os != 'windows-latest'

Review Comment:
   Because the upload artifact component has a problem: 
https://github.com/actions/upload-artifact/issues/240



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to