chore(ci): upgrade GitHub Actions to latest major versions#311
Open
Maratik555 wants to merge 1 commit into
Open
chore(ci): upgrade GitHub Actions to latest major versions#311Maratik555 wants to merge 1 commit into
Maratik555 wants to merge 1 commit into
Conversation
Bumps actions referenced in .github/workflows/* to their latest major versions. This moves the actions onto Node 24 runtimes, ahead of GitHub's deprecation of Node 20. - actions/checkout v4 -> v6 - actions/setup-python v5 -> v6 - actions/setup-node v4 -> v6 - actions/upload-artifact v4 -> v7 - actions/download-artifact v4 -> v8 - codecov/codecov-action v4 -> v6 - pypa/gh-action-pypi-publish release/v1.12 -> release/v1.14 Closes openzim#310
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.
Closes #310.
Bumps actions referenced in
.github/workflows/*to their latest major versions, moving them onto Node 24 runtimes ahead of GitHub's Node 20 deprecation.actions/checkoutactions/setup-pythonactions/setup-nodeactions/upload-artifactactions/download-artifactcodecov/codecov-actionpypa/gh-action-pypi-publishNotes
upload-artifact@v5introduced a breaking change in default artifact behaviour, but v7 is the current major and consistent with the matchingdownload-artifact@v8.codecov/codecov-action@v5+switched to the wrapper for the new Codecov uploader; the existingtokenandfail_ci_if_errorinputs continue to work.pypa/gh-action-pypi-publishis referenced via itsrelease/v1.14branch, matching upstream's recommended pinning style and the previousrelease/v1.12.publish-jsblock at the bottom ofPublish.yamlwas bumped in the same pass so it stays consistent if re-enabled later.Testing
CI on this PR will exercise every bumped action across the QA and Tests workflows. The
Publishworkflow only runs on release publication, so it can't be exercised here, but it uses the same action set.