We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a568c commit 4dde77fCopy full SHA for 4dde77f
action.yml
@@ -138,7 +138,7 @@ runs:
138
name: "signing-artifacts-${{ github.job }}"
139
path: "${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
140
141
- - uses: softprops/action-gh-release@v1
+ - uses: softprops/action-gh-release@v2
142
if: inputs.release-signing-artifacts == 'true' && github.event_name == 'release' && github.event.action == 'published'
143
with:
144
files: "${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
0 commit comments