Skip to content

Commit cceceeb

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69288b6 commit cceceeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
aws-role: ${{ fromJSON(needs.define-matrix.outputs.aws-roles) }}
108108
steps:
109109
- name: Download Docker image
110-
uses: actions/download-artifact@v6
110+
uses: actions/download-artifact@v7
111111
with:
112112
name: image
113113
- name: Configure AWS Credentials

.github/workflows/deploy-application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
role-to-assume: ${{ env.aws_role }}
135135
aws-region: eu-west-2
136136
- name: Download reporting task definition artifact
137-
uses: actions/download-artifact@v6
137+
uses: actions/download-artifact@v7
138138
with:
139139
path: ${{ runner.temp }}
140140
name: ${{ inputs.environment }}-reporting-task-definition

0 commit comments

Comments
 (0)