Skip to content

Commit 53efb7a

Browse files
Bump actions/download-artifact from 2 to 4.1.7 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 3438285 commit 53efb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
BUILD_TAG:
111111
steps:
112112
- name: Download artifacts
113-
uses: actions/download-artifact@v2
113+
uses: actions/download-artifact@v4.1.7
114114
with:
115115
path: dist
116116
- name: Create archives

0 commit comments

Comments
 (0)