diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 782d7ca..a19b114 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@v6 + uses: actions/download-artifact@v7 with: path: artifacts - name: Get build details