fix: pin upload-to-gh-release action to v8#2
Merged
aseguragonzalez merged 2 commits intoMay 6, 2026
Conversation
Agent-Logs-Url: https://github.com/aseguragonzalez/python-seedwork/sessions/b6c1b651-2de1-49d2-ab85-d3e2b9f94781 Co-authored-by: aseguragonzalez <2671340+aseguragonzalez@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix GitHub Actions job by updating action version in release workflow
fix: pin upload-to-gh-release action to v8
May 6, 2026
aseguragonzalez
approved these changes
May 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the release workflow failing at job start due to referencing a non-existent GitHub Action tag for python-semantic-release/upload-to-gh-release.
Changes:
- Update
.github/workflows/release.ymlto usepython-semantic-release/upload-to-gh-release@v8instead of@v9, making the action reference resolvable again.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
python-semantic-release/upload-to-gh-releasehas nov9tag — the release workflow was failing at resolution time before any steps executed.Change
upload-to-gh-releaseis a separate repo frompython-semantic-release/python-semantic-releaseand does not share its versioning cadence;v8is the latest published major tag.Original prompt
This pull request was created from Copilot chat.