Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit d51b991

Browse files
ci(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6eed559 commit d51b991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

177177
steps:
178178
- name: Download build artifacts
179-
uses: actions/download-artifact@v4
179+
uses: actions/download-artifact@v5
180180
with:
181181
name: dist
182182
path: dist/

0 commit comments

Comments
 (0)