🩹 [Patch]: Workflow dependencies updated to latest versions (#298)
Reusable workflows now reference the latest versions of all action dependencies, picking up upstream bug fixes and improvements.
Changed: Dependency versions in workflows
The following dependencies have been bumped across all workflow files:
| Dependency | Previous | New |
|---|---|---|
actions/download-artifact |
v7.0.0 | v8.0.0 |
actions/upload-artifact |
v6.0.0 | v7.0.0 |
PSModule/Build-PSModule |
v4.0.12 | v4.0.13 |
PSModule/Invoke-Pester |
v4.2.3 | v4.2.4 |
PSModule/Publish-PSModule |
v2.2.2 | v2.2.3 |
Affected workflows:
Build-Docs.ymlBuild-Module.ymlBuild-Site.ymlPublish-Module.ymlTest-Module.ymlTest-ModuleLocal.yml
Technical Details
All references use pinned commit SHAs with version comments. No workflow logic or input/output changes — only the pinned SHAs and version comments were updated.