Skip to content

Commit 488a728

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#522)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2b3918 commit 488a728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
fetch-depth: 0
166166

167167
- name: Download prebuilds
168-
uses: actions/download-artifact@v3
168+
uses: actions/download-artifact@v4.1.7
169169

170170
- name: Use Node.js ${{ env.NODE_VERSION }}
171171
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)