Skip to content

Commit b2ba6dc

Browse files
authored
Merge pull request #9 from Anselmoo/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v4
2 parents f5a9c0b + fd4aa1c commit b2ba6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download all the dists
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4
116116
with:
117117
name: python-package-distributions
118118
path: dist/

0 commit comments

Comments
 (0)