diff --git a/HKModTemplateAutomated/build.yml b/HKModTemplateAutomated/build.yml index 4081e2c..0b33ebd 100644 --- a/HKModTemplateAutomated/build.yml +++ b/HKModTemplateAutomated/build.yml @@ -53,7 +53,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