Skip to content

Commit

Permalink
Merge pull request #1409 from hashicorp/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4.1.8

Build(deps): Bump actions/download-artifact from 4.1.7 to 4.1.8
  • Loading branch information
brandonc committed Aug 7, 2024
2 parents c2ac610 + ff2dc73 commit 3ee83a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
node-version: 20

- name: Download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

- name: Install junit-report-merger
run: npm install -g junit-report-merger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: npm install -g [email protected]

- name: Download artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: terraform-provider-tfe

Expand Down

0 comments on commit 3ee83a9

Please sign in to comment.