Skip to content

Commit 3d8e00a

Browse files
Build(deps): Bump actions/download-artifact from 7.0.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c01f45 commit 3d8e00a

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@v7.0.0
94+
uses: actions/download-artifact@v8.0.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@v7.0.0
118+
uses: actions/download-artifact@v8.0.0
119119
with:
120120
name: python-package-distributions
121121
path: dist/

0 commit comments

Comments
 (0)