[SPARK-57779][INFRA] Upgrade GitHub Actions artifact actions#56896
Closed
zhengruifeng wants to merge 1 commit into
Closed
[SPARK-57779][INFRA] Upgrade GitHub Actions artifact actions#56896zhengruifeng wants to merge 1 commit into
zhengruifeng wants to merge 1 commit into
Conversation
### 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)
pan3793
approved these changes
Jun 30, 2026
dongjoon-hyun
approved these changes
Jun 30, 2026
zhengruifeng
added a commit
that referenced
this pull request
Jul 1, 2026
### 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-artifactv6` -> `v7` (`python_hosted_runner_test.yml`) - `actions/download-artifactv6` -> `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-artifactv7` / `download-artifactv8`. ### 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-artifactv7` / `download-artifactv8`. 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) Closes #56896 from zhengruifeng/upgrade-upload-artifact-v7-dev6. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@foxmail.com> (cherry picked from commit 9139332) Signed-off-by: Ruifeng Zheng <ruifengz@foxmail.com>
Contributor
Author
|
thanks, merged into master/4.x/4.2 |
zhengruifeng
added a commit
that referenced
this pull request
Jul 1, 2026
### 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-artifactv6` -> `v7` (`python_hosted_runner_test.yml`) - `actions/download-artifactv6` -> `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-artifactv7` / `download-artifactv8`. ### 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-artifactv7` / `download-artifactv8`. 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) Closes #56896 from zhengruifeng/upgrade-upload-artifact-v7-dev6. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@foxmail.com> (cherry picked from commit 9139332) Signed-off-by: Ruifeng Zheng <ruifengz@foxmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR upgrades the remaining
actions/upload-artifactandactions/download-artifactpins 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.ymlx2)After this change there are no
@v6artifact action pins left in.github/workflows/; everything is uniformlyupload-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, inbuild_and_test.ymlthe samespark-compile-*artifact is uploaded with@v7but 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)