Skip to content

Commit 213b381

Browse files
Bump actions/download-artifact from 2 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82f613d commit 213b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
uses: actions/checkout@v2
184184

185185
- name: Download terraform provider binary
186-
uses: actions/download-artifact@v2
186+
uses: actions/download-artifact@v4
187187
with:
188188
name: provider
189189
path: dist

0 commit comments

Comments
 (0)