Skip to content

fix: correct release file glob and bump artifact actions (download v8, upload v7)#102

Merged
latipun7 merged 1 commit into
mainfrom
fix/release-glob-and-upload-artifact
Jun 21, 2026
Merged

fix: correct release file glob and bump artifact actions (download v8, upload v7)#102
latipun7 merged 1 commit into
mainfrom
fix/release-glob-and-upload-artifact

Conversation

@latipun7

@latipun7 latipun7 commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Summary

Three changes:

  1. Fix release file glob — With merge-multiple: true on download-artifact, zip files are flattened to root. Changed from chara-*/*.zip (expects subdirectories) to chara-*.zip.

  2. Bump actions/download-artifact v4.3.0 → v8.0.1 (latest). Breaking changes (safe for our usage): digest hash mismatch now defaults to error, non-zipped files not auto-extracted. Our artifacts are freshly built zipped files — no impact.

  3. Bump actions/upload-artifact v4.6.2 → v7.0.1 (latest). No API changes for our usage.

Test Plan

  • CI passes
  • Next tag push includes artifacts in the release

- Fix glob from chara-*/*.zip to chara-*.zip (merge-multiple: true
  flattens files to root, no subdirectories)
- Bump actions/download-artifact from v4.3.0 to v8.0.1
- Bump actions/upload-artifact from v4.6.2 to v7.0.1

Note: download-artifact v8 defaults digest mismatch to error, and
non-zipped files are not auto-extracted. Both are safe for our
usage (freshly built zipped artifacts).
@latipun7 latipun7 force-pushed the fix/release-glob-and-upload-artifact branch from e1e12fa to 51c5a46 Compare June 21, 2026 11:27
@latipun7 latipun7 changed the title fix: correct release file glob and bump upload-artifact to v7 fix: correct release file glob and bump artifact actions (download v8, upload v7) Jun 21, 2026
@latipun7 latipun7 merged commit 3cb4471 into main Jun 21, 2026
7 checks passed
@latipun7 latipun7 deleted the fix/release-glob-and-upload-artifact branch June 21, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant