chore(create-release.yml): update action to download artifact to dawidd6/action-download-artifact@v3 for compatibility with workflow Langflow Pre-release (Unified) and add github_token and workflow inputs for authentication and artifact retrieval.

This commit is contained in:
ogabrielluiz 2024-05-28 19:28:42 -03:00
commit 4f684c851c

View file

@ -18,9 +18,11 @@ jobs:
name: Create Release Job
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: dawidd6/action-download-artifact@v3
name: Download Artifact
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: Langflow Pre-release (Unified)
name: dist${{ inputs.release_type }}
path: dist
- name: Create Release Notes