diff --git a/.github/workflows/demo.workflow.yml b/.github/workflows/demo.workflow.yml index 9e66e43a5..3a5908240 100644 --- a/.github/workflows/demo.workflow.yml +++ b/.github/workflows/demo.workflow.yml @@ -39,7 +39,7 @@ jobs: run: .\launcher\windows\build.ps1 - name: Upload Installer artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: installers path: launcher/windows/build/Output/ @@ -52,7 +52,7 @@ jobs: needs: windows-installer steps: - name: Download Windows installer - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: 'installers' path: installers diff --git a/depthai_calibration b/depthai_calibration index 524952bc0..eac13dc3a 160000 --- a/depthai_calibration +++ b/depthai_calibration @@ -1 +1 @@ -Subproject commit 524952bc0de2f1b9d9bb19327f6fdfa1ace7a8a2 +Subproject commit eac13dc3a349315eab6022e49216ccbc8417b1f2 diff --git a/resources/depthai_boards b/resources/depthai_boards index cce87acb8..95077502b 160000 --- a/resources/depthai_boards +++ b/resources/depthai_boards @@ -1 +1 @@ -Subproject commit cce87acb84dcc77cc2ef4ba504adbad77a236b6d +Subproject commit 95077502b640f25989be820bb89a63148ab1a1f8