Skip to content

Commit d0296ef

Browse files
Build(deps): Bump actions/download-artifact from 4.1.8 to 4.1.9 (#3835)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fe1fc8 commit d0296ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.8
94+
uses: actions/download-artifact@v4.1.9
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.8
118+
uses: actions/download-artifact@v4.1.9
119119
with:
120120
name: python-package-distributions
121121
path: dist/

0 commit comments

Comments
 (0)