Error seen in logfile: ``` 18837 2025-06-04T02:38:35.1711497Z ##[warning]This action has been DEPRECATED. Please use the 'python-semantic-release/publish-action' instead. ``` Deprecated action: https://github.com/python-semantic-release/upload-to-gh-release New action: https://github.com/python-semantic-release/publish-action We are using it here: https://github.com/python-gitlab/python-gitlab/blob/378a836bf5744ca6c9409dd60899e5d2f90b55be/.github/workflows/release.yml#L34-L38
Error seen in logfile:
Deprecated action:
https://github.com/python-semantic-release/upload-to-gh-release
New action:
https://github.com/python-semantic-release/publish-action
We are using it here:
python-gitlab/.github/workflows/release.yml
Lines 34 to 38 in 378a836