Skip to content

Commit c57db92

Browse files
Build(deps): Bump actions/download-artifact from 6 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78b63fc commit c57db92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
if: "startsWith(github.ref, 'refs/tags/')"
133133
needs: [linux, windows, macos, sdist]
134134
steps:
135-
- uses: actions/download-artifact@v6
135+
- uses: actions/download-artifact@v8
136136
- name: Publish to PyPI
137137
uses: PyO3/maturin-action@v1
138138
env:

0 commit comments

Comments
 (0)