diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5e8224a..ac0d50fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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