Skip to content

Commit 2fd47e6

Browse files
build(deps): 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] <[email protected]>
1 parent 7c838b9 commit 2fd47e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id-token: write
8585
steps:
8686
- name: Download all the dists
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: python-package-distributions
9090
path: dist/
@@ -108,7 +108,7 @@ jobs:
108108
id-token: write
109109
steps:
110110
- name: Download all the dists
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
name: python-package-distributions
114114
path: dist/
@@ -129,7 +129,7 @@ jobs:
129129
id-token: write # IMPORTANT: mandatory for sigstore
130130
steps:
131131
- name: Download all the dists
132-
uses: actions/download-artifact@v5
132+
uses: actions/download-artifact@v6
133133
with:
134134
name: python-package-distributions
135135
path: dist/

0 commit comments

Comments
 (0)