Skip to content

Commit 2c7496b

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#119)
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>
1 parent 416cdd4 commit 2c7496b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# alternatively, to publish when a GitHub Release is created, use the following rule:
7676
# if: github.event_name == 'release' && github.event.action == 'published'
7777
steps:
78-
- uses: actions/download-artifact@v3
78+
- uses: actions/download-artifact@v4.1.7
7979
with:
8080
# unpacks default artifact into dist/
8181
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)