Skip to content

Commit 942e83a

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f951a9b commit 942e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242
with:
4343
fetch-depth: 0
44-
- uses: actions/download-artifact@v2
44+
- uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: node_modules.zip
4747
path: .

0 commit comments

Comments
 (0)