Skip to content

Commit 28a6de3

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#345)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 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 60ef695 commit 28a6de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id-token: write
3535

3636
steps:
37-
- uses: actions/download-artifact@v8.0.0
37+
- uses: actions/download-artifact@v8.0.1
3838
with:
3939
name: release-dists
4040
path: dist/

0 commit comments

Comments
 (0)