From 3704464d9fea5f896cad16f08bf02c25f4dd35e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:08:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.8 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.8 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/az-vote-cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/az-vote-cicd.yml b/.github/workflows/az-vote-cicd.yml index fdfe30c..12727f2 100644 --- a/.github/workflows/az-vote-cicd.yml +++ b/.github/workflows/az-vote-cicd.yml @@ -82,17 +82,17 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Download Image Tags - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: name: image_tags path: ${{ github.workspace }}/image_tags - name: Download Manifests Templates - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: name: manifests path: ${{ github.workspace }}/manifests - name: Download Utils - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v4.1.7 with: name: utils path: ${{ github.workspace }}/utils