Skip to content

ci: fix upload-artifact version (v8 does not exist)#57

Merged
sylvestre merged 2 commits into
mainfrom
fix-upload-artifact-v7
Jun 21, 2026
Merged

ci: fix upload-artifact version (v8 does not exist)#57
sylvestre merged 2 commits into
mainfrom
fix-upload-artifact-v7

Conversation

@sylvestre

Copy link
Copy Markdown
Collaborator

The recent "bump upload-artifcat" commit set actions/upload-artifact@v8, but that version does not exist — the latest tag is v7 (v8 only exists for download-artifact). This broke all WASM build jobs with:

Unable to resolve action `actions/upload-artifact@v8`, unable to find version `v8`

Revert the three upload-artifact references to @v7. download-artifact@v8 is left as-is since that tag is valid.

resolvePath() normalizes path segments and drops trailing empty
components, so a sed script like 's/world/there/' was rewritten to
's/world/there', losing the closing delimiter and producing
'unterminated substitute replacement'. Skip resolvePath for sed's
script argument(s) (the first non-option arg, or args after -e/-f).
@sylvestre sylvestre merged commit 4b4be7e into main Jun 21, 2026
7 checks passed
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.

1 participant