Skip to content

Commit 68571fb

Browse files
build(deps): bump actions/download-artifact from 3.0.0 to 3.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fb598a6...9782bd6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f792408 commit 68571fb

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
@@ -61,7 +61,7 @@ jobs:
6161
environment: release
6262
steps:
6363
- name: Fetch build artifacts
64-
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
64+
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
6565
with:
6666
name: build-artifacts
6767
path: dist

0 commit comments

Comments
 (0)