diff --git a/.github/workflows/apps.yml b/.github/workflows/apps.yml index c6a7c176..d7da6bd0 100644 --- a/.github/workflows/apps.yml +++ b/.github/workflows/apps.yml @@ -71,7 +71,7 @@ jobs: docker pull ${XCORE_BUILDER} - name: Download host build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: host_apps path: ./dist_host @@ -104,7 +104,7 @@ jobs: docker pull ${XCORE_BUILDER} - name: Download host build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: host_apps path: ./dist_host diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c41a90fe..21570994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: submodules: recursive - name: Download documentation artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.event_configuration.outputs.docs_artifact_name }} path: ${{ env.RELEASE_DOCS_DIR }}