From cdabd6e99c9d3a876bed45e3063989b7e056bac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:12:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-lambda-function.yml | 2 +- .github/workflows/register-task-definition.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-lambda-function.yml b/.github/workflows/deploy-lambda-function.yml index e6d1fb09..a68409a3 100644 --- a/.github/workflows/deploy-lambda-function.yml +++ b/.github/workflows/deploy-lambda-function.yml @@ -179,7 +179,7 @@ jobs: if: inputs.release-tag != '' - name: 'Pull artifact' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact-name }} # Only if we are pulling from an artifact diff --git a/.github/workflows/register-task-definition.yml b/.github/workflows/register-task-definition.yml index cccb21ea..ef79f7c7 100644 --- a/.github/workflows/register-task-definition.yml +++ b/.github/workflows/register-task-definition.yml @@ -210,7 +210,7 @@ jobs: continue-on-error: ${{ inputs.allow-datadog-to-fail }} - name: 'Download task-definition' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact-name }}