zhengruifeng opened a new pull request, #56896:
URL: https://github.com/apache/spark/pull/56896

   ### What changes were proposed in this pull request?
   
   This PR upgrades the remaining `actions/upload-artifact` and 
`actions/download-artifact` pins that were left behind a recent bulk upgrade, 
so all artifact actions in the workflows are on a single version:
   
   - `actions/upload-artifact@v6` -> `@v7` (`python_hosted_runner_test.yml`)
   - `actions/download-artifact@v6` -> `@v8` (`python_hosted_runner_test.yml`, 
`build_and_test.yml` x2)
   
   After this change there are no `@v6` artifact action pins left in 
`.github/workflows/`; everything is uniformly `upload-artifact@v7` / 
`download-artifact@v8`.
   
   ### Why are the changes needed?
   
   These four steps (the shared SBT precompile artifact upload/download added 
in SPARK-56830 / SPARK-57069) were missed when the rest of the workflows were 
bumped to `upload-artifact@v7` / `download-artifact@v8`. Notably, in 
`build_and_test.yml` the same `spark-compile-*` artifact is uploaded with `@v7` 
but downloaded with `@v6`. Aligning the versions keeps the actions consistent 
and on the current major.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. CI-only change.
   
   ### How was this patch tested?
   
   Manual review. Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8)


-- 
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]

Reply via email to