Skip to content

Commit 01668d1

Browse files
Bump actions/download-artifact from 4 to 6 (#59)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 5e74116 commit 01668d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
id-token: write # IMPORTANT: mandatory for trusted publishing
116116
steps:
117117
- name: Download all the dists
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: python-package-distributions
121121
path: dist/
@@ -152,7 +152,7 @@ jobs:
152152
echo "prerelease=false" >> $GITHUB_OUTPUT
153153
fi
154154
- name: Download all the dists
155-
uses: actions/download-artifact@v4
155+
uses: actions/download-artifact@v6
156156
with:
157157
name: python-package-distributions
158158
path: dist/

0 commit comments

Comments
 (0)