diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f50e51..d3bb1e4 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@5a5718ce47b892ef699f2972dae122297771d641 # v10.6.1 if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }}