Skip to content

Commit 29ed6ee

Browse files
🤖 deps(actions): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b7c1be commit 29ed6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

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

190190
- name: Download Artifacts
191191
id: download-artifacts
192-
uses: actions/download-artifact@v7
192+
uses: actions/download-artifact@v8
193193
with:
194194
name: dist
195195
path: dist

0 commit comments

Comments
 (0)