From f106d74b075a08fa1ae0bdf6b2fcebc254fd7c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:08:10 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/render-task-definition.yml | 2 +- .github/workflows/test-deploy-lambda-function-workflow.yml | 2 +- .github/workflows/test-register-task-definition.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/render-task-definition.yml b/.github/workflows/render-task-definition.yml index a2c06c6b..cf789ae7 100644 --- a/.github/workflows/render-task-definition.yml +++ b/.github/workflows/render-task-definition.yml @@ -164,7 +164,7 @@ jobs: output: ${{ inputs.output }} - name: 'Upload task definition' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.artifact-name }} path: ${{ steps.render.outputs.file }} diff --git a/.github/workflows/test-deploy-lambda-function-workflow.yml b/.github/workflows/test-deploy-lambda-function-workflow.yml index c057ac02..207022dc 100644 --- a/.github/workflows/test-deploy-lambda-function-workflow.yml +++ b/.github/workflows/test-deploy-lambda-function-workflow.yml @@ -37,7 +37,7 @@ jobs: zip archive.zip ./index.js - name: 'Upload the archive file' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: lambda-function path: .github/actions/test-deploy-lambda-function-workflow/archive.zip diff --git a/.github/workflows/test-register-task-definition.yml b/.github/workflows/test-register-task-definition.yml index ae9ffa34..fc3dee6a 100644 --- a/.github/workflows/test-register-task-definition.yml +++ b/.github/workflows/test-register-task-definition.yml @@ -33,7 +33,7 @@ jobs: sed -i.bak 's/{{ account_id }}/${{ secrets.AWS_ACCOUNT_ID }}/g' '${{ env.ACTION_PATH }}/task-definition.yml' - name: 'Upload task definition file' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: task-definition-renamed path: ${{ env.ACTION_PATH }}/task-definition.yml