Skip to content

Commit

Permalink
fix: artifact downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 28, 2024
1 parent 97638c8 commit 2a970b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v6
with:
name: 0.5.3 Release
workflow: build.yml
search_artifacts: true

- name: Extract build artifacts
Expand Down

0 comments on commit 2a970b2

Please sign in to comment.