diff --git a/.github/workflows/deployment-python-pypi.yml b/.github/workflows/deployment-python-pypi.yml index 362c915..aa0f9a4 100644 --- a/.github/workflows/deployment-python-pypi.yml +++ b/.github/workflows/deployment-python-pypi.yml @@ -79,6 +79,6 @@ jobs: - name: Publish to GitHub if: steps.semantic-release.outputs.released == 'true' - uses: python-semantic-release/upload-to-gh-release@0dcddac3ba7b691d7a3fd4586b640d7b214a0016 # v9.8.6 + uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9 with: github_token: ${{ secrets.GITHUB_TOKEN }}