diff --git a/action.yml b/action.yml index 6a5c181..fc78cca 100644 --- a/action.yml +++ b/action.yml @@ -19,4 +19,5 @@ runs: shell: bash - uses: actions/upload-artifact@v4 with: + name: pip-constraints-${{ inputs.python-version }} path: .constraints/py${{ inputs.python-version }}.txt