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:
parent
8902b6d09e
commit
4f684c851c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue