From 825c3ca8930bd9a4c0ea154cc456682ff4434cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:48:33 +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/IntegrationTesting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index 308e71d8..2e56c8bc 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v2 - name: Download terraform state artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: deployment-package @@ -121,7 +121,7 @@ jobs: steps: - name: Download terraform state artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: terraform-state-artifact