Skip to content

Commit c813759

Browse files
Upgrade: [dependabot] - bump actions/download-artifact
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 141907b commit c813759

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
make cfn-guard-cdk
406406
407407
- name: Download terraform plans
408-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
408+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
409409
with:
410410
pattern: "*_terraform_plan"
411411
path: terraform_plans/

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jobs:
660660
done
661661
662662
- name: Download terraform plans
663-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
663+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
664664
with:
665665
pattern: "*_terraform_plan"
666666
path: terraform_plans/

.github/workflows/tag-release-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Download extra artifact
124124
if: ${{ inputs.extra_artifact_name != '' }}
125-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
125+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
126126
with:
127127
artifact-ids: ${{ inputs.extra_artifact_id }}
128128
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tag-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
next_version_tag: ${{ steps.output_version_tag.outputs.NEXT_VERSION_TAG }}
191191
steps:
192192
- name: Fetch asdf artifact
193-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
193+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
194194
with:
195195
name: asdf_artifact
196196
- name: Install asdf
@@ -234,7 +234,7 @@ jobs:
234234
BRANCH_NAME: ${{ inputs.branch_name }}
235235

236236
- name: Fetch semantic-release config
237-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
237+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
238238
with:
239239
name: config_artifact
240240

@@ -264,7 +264,7 @@ jobs:
264264
265265
- name: Download extra artifact
266266
if: ${{ inputs.extra_artifact_name != '' }}
267-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
267+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
268268
with:
269269
artifact-ids: ${{ inputs.extra_artifact_id }}
270270
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)