From 1ba6fd772373520989fa0586c73eb2824ed36c01 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 9 Mar 2023 13:39:28 +0900 Subject: [PATCH] Updated github action for Windows --- .github/workflows/images_build_windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 1cd939c7e..e7edd4689 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -227,7 +227,7 @@ jobs: latest=false - name: Download SHA256 tag build-base:${{ matrix.os }} - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3 with: name: ${{ env.BASE_BUILD_NAME }}${{ env.BASE_BUILD_ARTIFACT_FILE_SUFFIX }} @@ -337,7 +337,7 @@ jobs: latest=false - name: Download SHA256 tag for ${{ env.COMPONENT_BASE_BUILD_NAME }}:${{ matrix.os }} - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3 with: name: ${{ env.COMPONENT_BASE_BUILD_NAME }}${{ env.COMPONENT_BASE_BUILD_ARTIFACT_FILE_SUFFIX }}