Skip to content

ci(deploy): bump install-action pin to fix wasm-pack 404#148

Merged
daharoni merged 1 commit into
mainfrom
ci/fix-wasm-pack-deploy-404
Jun 1, 2026
Merged

ci(deploy): bump install-action pin to fix wasm-pack 404#148
daharoni merged 1 commit into
mainfrom
ci/fix-wasm-pack-deploy-404

Conversation

@daharoni
Copy link
Copy Markdown
Contributor

@daharoni daharoni commented Jun 1, 2026

Problem

The v2.4.7 "Deploy to GitHub Pages" run failed at the Install wasm-pack step with a repeated 404:

downloading https://github.com/drager/wasm-pack/releases/download/v0.13.1/wasm-pack-v0.13.1-x86_64-unknown-linux-musl.tar.gz
curl: (22) The requested URL returned error: 404

Root cause

The wasm-pack repo changed ownership. The old taiki-e/install-action pin (a2352fc, ~v2) froze a manifest that pointed wasm-pack downloads at drager/wasm-pack — a repo that hosts no releases. Nothing in our repo changed; the upstream metadata our pin captured went stale. The action has since corrected its manifest to the now-canonical wasm-bindgen/wasm-pack.

Fix

Bump the pin to v2.81.1 (e49978b), whose manifest uses wasm-bindgen/wasm-pack.

Verified before applying:

  • wasm-bindgen/wasm-pack serves our pinned v0.13.1 (302 → asset)
  • The new manifest still contains a 0.13.1 entry with checksums, so checksum: true still validates
  • deploy.yml is the only workflow using this action — ci.yml and publish-python.yml don't install wasm-pack

After merge, the v2.4.7 tag will be moved onto the merge commit to re-trigger the deploy.

🤖 Generated with Claude Code

The old pin's bundled manifest pointed wasm-pack downloads at
drager/wasm-pack, which hosts no releases, so the v2.4.7 deploy
failed with a 404 installing wasm-pack@0.13.1. Bump to v2.81.1,
whose manifest uses the now-canonical wasm-bindgen/wasm-pack repo
(which still serves v0.13.1 with matching checksums).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@daharoni daharoni merged commit 3efc584 into main Jun 1, 2026
6 checks passed
@daharoni daharoni deleted the ci/fix-wasm-pack-deploy-404 branch June 1, 2026 18:59
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