We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85a7276 + 79def12 commit c5adf19Copy full SHA for c5adf19
1 file changed
.github/workflows/cd.yml
@@ -52,7 +52,7 @@ jobs:
52
name: Install Python
53
with:
54
python-version: "3.10"
55
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
56
57
name: Packages
58
path: dist
@@ -114,7 +114,7 @@ jobs:
114
if: github.event_name == 'release' && github.event.action == 'published'
115
116
steps:
117
118
119
120
0 commit comments