Skip to content

ci: upgrade GitHub Actions to latest versions#58

Merged
sn1f3rt merged 1 commit intomasterfrom
chore/upgrade-gh-actions
Mar 21, 2026
Merged

ci: upgrade GitHub Actions to latest versions#58
sn1f3rt merged 1 commit intomasterfrom
chore/upgrade-gh-actions

Conversation

@sn1f3rt
Copy link
Copy Markdown
Member

@sn1f3rt sn1f3rt commented Mar 21, 2026

Summary

  • Upgrade actions/checkout from v4 to v6
  • Upgrade actions/cache from v4 to v5
  • Upgrade actions/upload-artifact from v4 to v7
  • msys2/setup-msys2 is already on latest major version (v2), no change needed

Picks up bug fixes, performance improvements, and avoids Node.js 20 deprecation warnings.

Closes #53

Test plan

  • Verify all CI workflows (build, depends, docker) run successfully

- actions/checkout: v4 → v6
- actions/cache: v4 → v5
- actions/upload-artifact: v4 → v7

Closes #53
@sn1f3rt sn1f3rt added the ci CI related issues label Mar 21, 2026
@sn1f3rt sn1f3rt self-assigned this Mar 21, 2026
@sn1f3rt sn1f3rt merged commit 7b74462 into master Mar 21, 2026
14 checks passed
@sn1f3rt sn1f3rt deleted the chore/upgrade-gh-actions branch March 21, 2026 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: upgrade GitHub Actions to latest versions

1 participant