From 4f684c851c247ddf1e987a31a59f13f4b9865bfb Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Tue, 28 May 2024 19:28:42 -0300 Subject: [PATCH] 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. --- .github/workflows/create-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 04cff5d8e044..f6d6c913765a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -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