Skip to content

Commit 62f61e3

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#16)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc7bf43 commit 62f61e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
enable-cache: true
202202

203203
- name: Download build artifacts
204-
uses: actions/download-artifact@v4
204+
uses: actions/download-artifact@v5
205205
with:
206206
name: dist
207207
path: dist/

0 commit comments

Comments
 (0)