Skip to content

Commit ee95c00

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#63)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <[email protected]>
1 parent 79e025d commit ee95c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: github.event_name == 'release'
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/download-artifact@v3
64+
- uses: actions/download-artifact@v4.1.7
6565
with:
6666
name: releases
6767
path: dist

0 commit comments

Comments
 (0)