Skip to content

fix(ci): correct actions/download-artifact SHA + v0.2.4 changelog#95

Merged
levleontiev merged 1 commit intomainfrom
fix/issue-94-download-artifact-sha
Apr 2, 2026
Merged

fix(ci): correct actions/download-artifact SHA + v0.2.4 changelog#95
levleontiev merged 1 commit intomainfrom
fix/issue-94-download-artifact-sha

Conversation

@levleontiev
Copy link
Copy Markdown
Contributor

Root cause

Both smoke-test-deb and github-release fail at "Set up job":

Unable to resolve action `actions/download-artifact@634f93c05c24e4f0c9bfb9b01e00ea3687af0609`

The SHA 634f93c... does not exist in actions/download-artifact. It was mistakenly introduced in PR #93.

Fix

Replace with the verified correct SHA for actions/download-artifact@v4:

d3f86a106a0bac45b974a628896c90dbdf5c8093

Confirmed via https://api.github.com/repos/actions/download-artifact/git/refs/tagsrefs/tags/v4 → commit d3f86a1.

Also adds ## [v0.2.4] CHANGELOG entry so verify_release_tag.sh passes.

After merge: tag v0.2.4 can be pushed.

Closes #94.

…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>
@levleontiev levleontiev merged commit 35813d4 into main Apr 2, 2026
11 checks passed
@levleontiev levleontiev deleted the fix/issue-94-download-artifact-sha branch April 2, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ci): correct actions/download-artifact SHA in release workflow

2 participants