From 6f4941ba43c863ed2f340fed01e83567bf74ac3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:48:41 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact 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/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 755034d..f56f1c8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -206,7 +206,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.pre-setup.outputs.dists-artifact-name }} path: dist @@ -407,7 +407,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.pre-setup.outputs.dists-artifact-name }} path: dist