Skip to content

Commit 7173538

Browse files
Bump actions/download-artifact from 4.2.0 to 4.2.1 (#1657)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@b14cf4c...95815c3) --- 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>
1 parent 42d8e9e commit 7173538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: 20
6868

6969
- name: Download artifacts
70-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.18.0
70+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.18.0
7171

7272
- name: Install junit-report-merger
7373
run: npm install -g junit-report-merger

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: npm install -g [email protected]
9090

9191
- name: Download artifacts
92-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.18.0
92+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.18.0
9393
with:
9494
name: terraform-provider-tfe
9595

0 commit comments

Comments
 (0)