Skip to content

Commit 01b5a67

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 02696ee commit 01b5a67

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
@@ -100,7 +100,7 @@ jobs:
100100
needs: [build_macos, build_ubuntu, build_centos]
101101
steps:
102102
- name: Download
103-
uses: actions/download-artifact@v2
103+
uses: actions/download-artifact@v4.1.7
104104
- name: Create Release
105105
id: create_release
106106
uses: actions/create-release@v1

0 commit comments

Comments
 (0)