Skip to content

Commit 308f8f5

Browse files
authored
Merge pull request #1409 from crate-ci/renovate/actions-download-artifact-6.x
chore(deps): Update actions/download-artifact action to v6
2 parents cf03418 + 3628f2c commit 308f8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maturin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: "startsWith(github.ref, 'refs/tags/')"
132132
needs: [linux, windows, macos, sdist]
133133
steps:
134-
- uses: actions/download-artifact@v4
134+
- uses: actions/download-artifact@v6
135135
with:
136136
merge-multiple: true
137137
- name: Publish to PyPI

0 commit comments

Comments
 (0)