diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d724b3..c807a3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.should_release == 'true' steps: - name: Download Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts - name: Get build details