Skip to content

Commit cf1234d

Browse files
build(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6712728 commit cf1234d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v2
109109

110110
- name: Download Artifacts
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: cq-jvm
114114
path: target
@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/checkout@v2
168168

169169
- name: Download Artifacts
170-
uses: actions/download-artifact@v2
170+
uses: actions/download-artifact@v4.1.7
171171
with:
172172
name: cq-all
173173
path: target

0 commit comments

Comments
 (0)