diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f50e51..ce3a9a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: git_committer_email: "41898282+github-actions[bot]@users.noreply.github.com" - name: Upload artifacts to the GitHub Release - uses: python-semantic-release/publish-action@310a9983a0ae878b29f3aac778d7c77c1db27378 # v10.5.3 + uses: python-semantic-release/publish-action@4f3c5d7f5caddf6535050c4bcb55f033f000a7dd # v10.6.0 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}