Skip to content

Commit 4f684c8

Browse files
committed
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.
1 parent 8902b6d commit 4f684c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
name: Create Release Job
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/download-artifact@v4
21+
- uses: dawidd6/action-download-artifact@v3
2222
name: Download Artifact
2323
with:
24+
github_token: ${{secrets.GITHUB_TOKEN}}
25+
workflow: Langflow Pre-release (Unified)
2426
name: dist${{ inputs.release_type }}
2527
path: dist
2628
- name: Create Release Notes

0 commit comments

Comments
 (0)