This repository's .github/workflows/publish.yml currently uses the deprecated github-action-build-collection:
uses: ansible-community/github-action-build-collection@main
The github-action-build-collection action and its bundled reusable workflow are deprecated. See the authoritative issue for the deprecation details and migration guidance.
Impacted file
The broader discussion is available in the Ansible forum thread.
Timeline
Migration should be completed before February 2027, when the action repository and bundled reusable workflow will be archived.
Please comment with the migration PR once the replacement has been implemented.
This repository's
.github/workflows/publish.ymlcurrently uses the deprecatedgithub-action-build-collection:The
github-action-build-collectionaction and its bundled reusable workflow are deprecated. See the authoritative issue for the deprecation details and migration guidance.Impacted file
.github/workflows/publish.yml— the workflow uses the deprecated action and must be removed or replaced.The broader discussion is available in the Ansible forum thread.
Timeline
Migration should be completed before February 2027, when the action repository and bundled reusable workflow will be archived.
Please comment with the migration PR once the replacement has been implemented.