From 463c698d95df0a5ee57e267a124a8a99c04b2b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:21:57 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/apps.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}