Skip to content

Commit 71d99b0

Browse files
Bump actions/download-artifact from 5 to 6 (#214)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82e9fee commit 71d99b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id-token: write # IMPORTANT: mandatory for trusted publishing
9999
steps:
100100
- name: Download all the dists
101-
uses: actions/download-artifact@v5
101+
uses: actions/download-artifact@v6
102102
with:
103103
name: python-package-distributions
104104
path: dist/
@@ -136,7 +136,7 @@ jobs:
136136
echo "prerelease=false" >> $GITHUB_OUTPUT
137137
fi
138138
- name: Download all the dists
139-
uses: actions/download-artifact@v5
139+
uses: actions/download-artifact@v6
140140
with:
141141
name: python-package-distributions
142142
path: dist/

0 commit comments

Comments
 (0)