Update GitHub Actions pins to current majors in automatic promotion stack#218
Merged
deusebio merged 1 commit intopra-257-automatic-promotion-bundlefrom Apr 21, 2026
Merged
Conversation
1 task
Copilot
AI
changed the title
[WIP] [WIP] Update actions to latest version based on review feedback for automatic promotion bundle
Update GitHub Actions pins to current majors in automatic promotion stack
Apr 21, 2026
deusebio
approved these changes
Apr 21, 2026
Agent-Logs-Url: https://github.com/canonical/spark-k8s-bundle/sessions/b95866ae-4b13-474d-a17d-784a4ea97c70 Co-authored-by: deusebio <10907198+deusebio@users.noreply.github.com>
0d91424 to
c53b4eb
Compare
180f952
into
pra-257-automatic-promotion-bundle
6 of 9 checks passed
deusebio
added a commit
that referenced
this pull request
Apr 27, 2026
Agent-Logs-Url: https://github.com/canonical/spark-k8s-bundle/sessions/b95866ae-4b13-474d-a17d-784a4ea97c70 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: deusebio <10907198+deusebio@users.noreply.github.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.
Description
This stacked PR addresses review feedback on #214 by updating GitHub Actions references to current major versions in the files touched by this branch. Scope is limited to the modified automation files used by revision generation, promotion, and shared test execution.
Composite action updates (
.github/actions/run-test/action.yaml)actions/setup-python→v5.3.0actions/download-artifact→v7Revision generation workflow updates (
.github/workflows/generate-charm-revisions.yaml)actions/checkout→v6actions/setup-python→v5.3.0actions/upload-artifact→v6Promotion workflow updates (
.github/workflows/promote-charm-revisions.yaml)actions/setup-python→v5.3.0actions/download-artifact→v7Checklist