Skip to content

Commit ea570b3

Browse files
⬆️ Bump actions/download-artifact from 3 to 4 (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7713ed commit ea570b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
if: "startsWith(github.ref, 'refs/tags/')"
210210
needs: [pre-commit, test-python, linux, windows, macos, sdist]
211211
steps:
212-
- uses: actions/download-artifact@v3
212+
- uses: actions/download-artifact@v4
213213
with:
214214
name: wheels
215215
- name: Publish to PyPI

0 commit comments

Comments
 (0)