Skip to content

CI/workflow improvements: bump GitHub Actions and fix release ZIP structure (#42)#43

Merged
luigilink merged 1 commit into
mainfrom
feature/ci-improvements
Jul 7, 2026
Merged

CI/workflow improvements: bump GitHub Actions and fix release ZIP structure (#42)#43
luigilink merged 1 commit into
mainfrom
feature/ci-improvements

Conversation

@luigilink

@luigilink luigilink commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Closes #42

Changes

CI workflows

  • Bump actions/checkout to v7 in release.yml, pester.yml and wiki.yml (previously v4, and v3 in the code-quality job).
  • Bump actions/upload-artifact to v7 and softprops/action-gh-release to v3.
  • release.yml: build the release ZIP from the contents of scripts/ instead of the folder itself, so SPSWakeUP.ps1, SPSWakeUp-pwsh.ps1 and SPSWakeUP_README.md land at the archive root. SPSWakeUP_README.md is intentionally kept (offline install guide).

Version bump

  • Bump script metadata and $spsWakeupVersion to 4.2.3 in both scripts.
  • Update CHANGELOG.md and RELEASE-NOTES.md for 4.2.3.

This change is Reviewable

- Bump actions/checkout to v7 in release.yml, pester.yml, wiki.yml (was v4/v3)
- Bump actions/upload-artifact to v7 and softprops/action-gh-release to v3
- release.yml: zip the contents of scripts/ instead of the folder itself
- Bump script version metadata and $spsWakeupVersion to 4.2.3
- Update CHANGELOG.md and RELEASE-NOTES.md for 4.2.3
@luigilink luigilink merged commit d6ce6bc into main Jul 7, 2026
2 checks passed
@luigilink luigilink deleted the feature/ci-improvements branch July 9, 2026 12:16
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.

CI/workflow improvements: bump actions/checkout to v5 and fix release ZIP structure

1 participant