diff --git a/.github/workflows/deployment-python-pypi.yml b/.github/workflows/deployment-python-pypi.yml index 5935723..1a918de 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@fe6cc89b43d8cbf0f9ce3285df3f77ff69c9b5d4 # v9.8.5 + uses: python-semantic-release/upload-to-gh-release@0dcddac3ba7b691d7a3fd4586b640d7b214a0016 # v9.8.6 with: github_token: ${{ secrets.GITHUB_TOKEN }}