panbingkun commented on code in PR #44662:
URL: https://github.com/apache/spark/pull/44662#discussion_r1446954812
##########
.github/workflows/build_and_test.yml:
##########
@@ -468,15 +468,15 @@ jobs:
name: PySpark
- name: Upload test results to report
if: always()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
- name: test-results-${{ matrix.modules }}--${{ matrix.java }}-${{
inputs.hadoop }}-hive2.3
+ name: test-results-${{ matrix.modules }}--${{ matrix.java }}-${{
inputs.hadoop }}-hive2.3-${{ env.PYTHON_TO_TEST }}
Review Comment:
This is to fix `the break changes feature` of the new version v4:
https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
<img width="845" alt="image"
src="https://github.com/apache/spark/assets/15246973/745e7600-7b12-499a-a562-5b450c03e199">
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]