Skip to content

Commit

Permalink
Chore [deps:github-actions]: Bump actions/download-artifact (#881)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@65a9edc...fa0a91b)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Hendrickson <[email protected]>
  • Loading branch information
dependabot[bot] and TylerHendrickson authored Sep 19, 2024
1 parent 8743df5 commit 3160114
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
raw.githubusercontent.com:443
storage.googleapis.com:443
- name: Restore Go build sources
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ needs.prepare.outputs.sources-key }}
path: .
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
raw.githubusercontent.com:443
storage.googleapis.com:443
- name: Restore Go build sources
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ needs.prepare.outputs.sources-key }}
path: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
registry.terraform.io:443
releases.hashicorp.com:443
- name: Download Terraform artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.tf-plan-artifacts-key }}
path: ${{ github.workspace }}/terraform
Expand All @@ -90,7 +90,7 @@ jobs:
with:
terraform_version: ${{ steps.get_tf_version.outputs.TF_VERSION }}
- name: Download Lambda handler artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.bin-artifacts-key }}
path: ${{ inputs.bin-artifacts-path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
env:
GPG_PASSPHRASE: ${{ secrets.gpg-passphrase }}
- name: Download Lambda handler artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: ${{ inputs.bin-artifacts-key }}
path: ${{ inputs.bin-artifacts-path }}
Expand Down

0 comments on commit 3160114

Please sign in to comment.