Skip to content

Commit f5cc1a1

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#644)
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 d851928 commit f5cc1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: github.event_name == 'release' && github.event.action == 'created'
140140
steps:
141141
- name: Download the sdist artifact
142-
uses: actions/download-artifact@v3
142+
uses: actions/download-artifact@v4.1.7
143143
with:
144144
name: artifact
145145
path: dist

0 commit comments

Comments
 (0)