diff --git a/.github/workflows/cicd_macos.yaml b/.github/workflows/cicd_macos.yaml index 2cca2b7..c9a2309 100644 --- a/.github/workflows/cicd_macos.yaml +++ b/.github/workflows/cicd_macos.yaml @@ -205,7 +205,7 @@ jobs: shell: bash - name: Download build artifacts from previous jobs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: enduser/ merge-multiple: true