fix(ci): correct actions/download-artifact SHA + v0.2.4 changelog#95
Merged
levleontiev merged 1 commit intomainfrom Apr 2, 2026
Merged
fix(ci): correct actions/download-artifact SHA + v0.2.4 changelog#95levleontiev merged 1 commit intomainfrom
levleontiev merged 1 commit intomainfrom
Conversation
…loses #94) The SHA 634f93c05c24e4f0c9bfb9b01e00ea3687af0609 does not exist in the actions/download-artifact repository. Both smoke-test-deb and github-release fail at "Set up job" with "Unable to resolve action". Correct SHA for actions/download-artifact@v4: d3f86a106a0bac45b974a628896c90dbdf5c8093 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
Root cause
Both
smoke-test-debandgithub-releasefail at "Set up job":The SHA
634f93c...does not exist inactions/download-artifact. It was mistakenly introduced in PR #93.Fix
Replace with the verified correct SHA for
actions/download-artifact@v4:Confirmed via
https://api.github.com/repos/actions/download-artifact/git/refs/tags—refs/tags/v4→ commitd3f86a1.Also adds
## [v0.2.4]CHANGELOG entry soverify_release_tag.shpasses.After merge: tag
v0.2.4can be pushed.Closes #94.