Skip to content

Commit 9fca593

Browse files
build(deps): bump actions/download-artifact from 5 to 7 (#915)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ca14d5 commit 9fca593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-python-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Download built source distributions and wheels
125-
uses: actions/download-artifact@v5
125+
uses: actions/download-artifact@v7
126126
with:
127127
pattern: ${{ matrix.package }}_*
128128
path: ${{ matrix.package }}/dist

0 commit comments

Comments
 (0)