Updated github action for Windows

This commit is contained in:
Alexey Pustovalov 2023-03-09 13:39:28 +09:00
parent 9ef1ae68b7
commit 12e3d414f2

View File

@ -223,7 +223,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 }}
@ -330,7 +330,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 }}