Skip to content

Commit 9e5a8bb

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
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] <[email protected]>
1 parent 2e58265 commit 9e5a8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
111111
needs: [lint, test]
112112
steps:
113-
- uses: actions/download-artifact@v3
113+
- uses: actions/download-artifact@v4.1.7
114114
with:
115115
name: dist
116116
path: dist

0 commit comments

Comments
 (0)