Skip to content

Commit d2acb93

Browse files
Build(deps): Bump actions/download-artifact from 4.1.9 to 4.2.0 (#3860)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f80a8da commit d2acb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Download all the dists
94-
uses: actions/download-artifact@v4.1.9
94+
uses: actions/download-artifact@v4.2.0
9595
with:
9696
name: python-package-distributions
9797
path: dist/
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Download all the dists
118-
uses: actions/download-artifact@v4.1.9
118+
uses: actions/download-artifact@v4.2.0
119119
with:
120120
name: python-package-distributions
121121
path: dist/

0 commit comments

Comments
 (0)