Skip to content

Commit 3ed0e2b

Browse files
chore: bump actions/download-artifact from 6 to 7 (#400)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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> Co-authored-by: Jim-smith <[email protected]>
1 parent 6b97927 commit 3ed0e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
attestations: write
4040

4141
steps:
42-
- uses: actions/download-artifact@v6
42+
- uses: actions/download-artifact@v7
4343
with:
4444
pattern: build-*
4545
path: dist

0 commit comments

Comments
 (0)