Skip to content

ci: replace deprecated upload-to-gh-release with publish-action#1695

Merged
bdraco merged 2 commits into
masterfrom
ci/replace-deprecated-upload-action
May 17, 2026
Merged

ci: replace deprecated upload-to-gh-release with publish-action#1695
bdraco merged 2 commits into
masterfrom
ci/replace-deprecated-upload-action

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented May 17, 2026

Summary

The python-semantic-release/upload-to-gh-release action is
archived and now prints a deprecation notice on every release run:

This action has been DEPRECATED. Please use the
'python-semantic-release/publish-action' instead.

Swap the deprecated step in the release job for
python-semantic-release/publish-action, pinned to v10.5.3 (the
same PSR release used by the surrounding Test release /
Release steps). The new action exposes the same github_token
input, so no other changes are needed.

Test plan

  • CI lint + commitlint pass on this PR.
  • Verified upstream: upload-to-gh-release is archived, and
    publish-action v10.5.3's action.yml takes the same
    github_token input the old step took.
  • Real-world validation happens on the next release run on
    master, where the GitHub Releases asset upload uses the
    new action.

bdraco and others added 2 commits May 16, 2026 17:32
The python-semantic-release/upload-to-gh-release action is archived
and now prints a deprecation notice on every release run. Switch to
python-semantic-release/publish-action v10.5.3 (matching the PSR
version used by the surrounding Test release / Release steps); it
takes the same github_token input.
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 17, 2026

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing ci/replace-deprecated-upload-action (c5c9290) with master (104c5d6)1

Open in CodSpeed

Footnotes

  1. No successful run was found on master (69883da) during the generation of this report, so 104c5d6 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.76%. Comparing base (104c5d6) to head (c5c9290).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1695   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          33       33           
  Lines        3410     3410           
  Branches      464      464           
=======================================
  Hits         3402     3402           
  Misses          5        5           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bdraco bdraco merged commit dfa4e00 into master May 17, 2026
69 of 70 checks passed
@bdraco bdraco deleted the ci/replace-deprecated-upload-action branch May 17, 2026 05:34
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.

1 participant