Skip to content

Commit fa81344

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7755fd1 commit fa81344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
# upload to PyPI for every tag starting with 'v'
184184
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
185185
steps:
186-
- uses: actions/download-artifact@v3
186+
- uses: actions/download-artifact@v4
187187
with:
188188
name: pypi-artifacts
189189
path: ${{ github.workspace }}/dist

0 commit comments

Comments
 (0)