Skip to content

Commit 5f7dbe4

Browse files
ci(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] <[email protected]>
1 parent faa1610 commit 5f7dbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373
- name: Download build
74-
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
74+
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
7575
with:
7676
name: release
7777
path: release/
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
fetch-depth: 0
100100
- name: Download build
101-
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
101+
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
102102
with:
103103
name: release
104104
path: release/

0 commit comments

Comments
 (0)