From 0bc60ced720a0db3e3bfa0958f03c509361140ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:22:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/aio.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aio.yml b/.github/workflows/aio.yml index a862a1d..438f1d7 100644 --- a/.github/workflows/aio.yml +++ b/.github/workflows/aio.yml @@ -34,7 +34,7 @@ jobs: needs: [ubuntu-build-test] steps: - name: Download Artifact(ubuntu) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ci_out_ubuntu path: ci_out @@ -50,7 +50,7 @@ jobs: needs: [collect-output] steps: - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ci_out path: ci_out @@ -71,7 +71,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v2 - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ci_out path: ci_out