diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d36ee5f..957eae5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.should_release == 'true' steps: - name: Download Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Get build details