From e2614a5b48459c79441caeb67bcae8c1e0fa1c96 Mon Sep 17 00:00:00 2001 From: MaticTonin Date: Tue, 17 Sep 2024 12:33:55 +0200 Subject: [PATCH 1/2] Updated depthai_calibration_boards --- depthai_calibration | 2 +- resources/depthai_boards | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 6d68cf84b02818352c5e8a7947a03a7e0c67408c Mon Sep 17 00:00:00 2001 From: jakaskerl <53253318+jakaskerl@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:57:28 +0200 Subject: [PATCH 2/2] Update workflow update artifacts to v3 (will need to update to v4 in november) --- .github/workflows/demo.workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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