Skip to content

Commit 79e90b1

Browse files
Bump actions/download-artifact from 5 to 6
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>
1 parent bee7981 commit 79e90b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id-token: write
3838
steps:
3939
- name: Download all the dists
40-
uses: actions/download-artifact@v5
40+
uses: actions/download-artifact@v6
4141
with:
4242
name: python-package-distributions
4343
path: dist/
@@ -54,7 +54,7 @@ jobs:
5454
id-token: write
5555
steps:
5656
- name: Download all the dists
57-
uses: actions/download-artifact@v5
57+
uses: actions/download-artifact@v6
5858
with:
5959
name: python-package-distributions
6060
path: dist/

0 commit comments

Comments
 (0)