Skip to content

Commit

Permalink
Update download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Aug 2, 2023
1 parent db66e21 commit eff2d92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
uses: actions/checkout@v3

- name: Download duckdb
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
name: ${{ env.DUCKDB_PATH }}
workflow: dbt.yml
workflow_conclusion: success
path: ${{ env.DUCKDB_PATH }}

- name: Install requirements
run: |
Expand Down

0 comments on commit eff2d92

Please sign in to comment.