Skip to content

Commit

Permalink
chore(create-release.yml): update action to download artifact to dawi…
Browse files Browse the repository at this point in the history
…dd6/action-download-artifact@v3 for compatibility with workflow Langflow Pre-release (Unified) and add github_token and workflow inputs for authentication and artifact retrieval.
  • Loading branch information
ogabrielluiz committed May 28, 2024
1 parent 8902b6d commit 4f684c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f684c8

Please sign in to comment.