Skip to content

Commit 4c7861e

Browse files
build(deps): Bump actions/download-artifact in the ci-cd group (#381)
Bumps the ci-cd group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-cd ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a876918 commit 4c7861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
steps:
204204
- name: Download release artifacts
205-
uses: actions/download-artifact@v5
205+
uses: actions/download-artifact@v6
206206

207207
- name: Display artifacts
208208
run: ls -R

0 commit comments

Comments
 (0)