Skip to content

Commit c34bf57

Browse files
Bump actions/download-artifact from 5 to 6 (#587)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 7d24a40 commit c34bf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
- name: Download all the dists
122-
uses: actions/download-artifact@v5
122+
uses: actions/download-artifact@v6
123123
with:
124124
name: python-package-distributions
125125
path: dist/
@@ -139,7 +139,7 @@ jobs:
139139

140140
steps:
141141
- name: Download all the dists
142-
uses: actions/download-artifact@v5
142+
uses: actions/download-artifact@v6
143143
with:
144144
name: python-package-distributions
145145
path: dist/

0 commit comments

Comments
 (0)